Home
last modified time | relevance | path

Searched refs:station_id_len (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/isdn/eicon/
Deicon_dsp.h201 __u8 station_id_len; member
Deicon_idi.c1038 t30->station_id_len = EICON_FAXID_LEN; in idi_fill_in_T30()
1120 eicon_log(NULL, 128, "sT30:station_id_len = %x\n", t30->station_id_len); in idi_fill_in_T30()
1122 strncpy(st, t30->station_id, t30->station_id_len); in idi_fill_in_T30()
1123 st[t30->station_id_len] = 0; in idi_fill_in_T30()
1197 eicon_log(ccard, 128, "rT30:station_id_len = %x\n", p->station_id_len); in idi_parse_edata()
1199 strncpy(st, p->station_id, p->station_id_len); in idi_parse_edata()
1200 st[p->station_id_len] = 0; in idi_parse_edata()
1208 i = (p->station_id_len < FAXIDLEN) ? p->station_id_len : (FAXIDLEN - 1); in idi_parse_edata()