Searched refs:ip_length (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | wanpipe_multppp.c | 969 unsigned short len, udp_length, temp, ip_length; in reply_udp() local 1020 ip_length = len; in reply_udp() 1021 temp = (ip_length<<8)|(ip_length>>8); in reply_udp()
|
D | sdla_ppp.c | 1173 unsigned short len, udp_length, temp, ip_length; in reply_udp() local 1225 ip_length = udp_length + sizeof(ip_pkt_t); in reply_udp() 1226 temp = (ip_length<<8)|(ip_length>>8); in reply_udp()
|
D | sdla_chdlc.c | 1464 unsigned short len, udp_length, temp, ip_length; in reply_udp() local 1515 ip_length = len; in reply_udp() 1516 temp = (ip_length<<8)|(ip_length>>8); in reply_udp()
|
D | sdla_fr.c | 1841 unsigned short len, udp_length, temp, ip_length; local 1901 ip_length = udp_length + sizeof(ip_pkt_t); 1902 temp = (ip_length<<8)|(ip_length>>8);
|
D | sdla_x25.c | 5324 unsigned short len, udp_length, temp, ip_length; in reply_udp() local 5382 ip_length = len; in reply_udp() 5383 temp = (ip_length<<8)|(ip_length>>8); in reply_udp()
|