Home
last modified time | relevance | path

Searched refs:ip_length (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dwanpipe_multppp.c969 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()
Dsdla_ppp.c1173 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()
Dsdla_chdlc.c1464 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()
Dsdla_fr.c1841 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);
Dsdla_x25.c5324 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()