Searched refs:station_id_len (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/isdn/eicon/ |
D | eicon_dsp.h | 201 __u8 station_id_len; member
|
D | eicon_idi.c | 1038 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()
|