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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dwanpipe_multppp.c969 unsigned short len, udp_length, temp, ip_length; local
1020 ip_length = len;
1021 temp = (ip_length<<8)|(ip_length>>8);
H A Dsdla_chdlc.c1467 unsigned short len, udp_length, temp, ip_length; local
1518 ip_length = len;
1519 temp = (ip_length<<8)|(ip_length>>8);
H A Dsdla_fr.c1840 unsigned short len, udp_length, temp, ip_length; local
1900 ip_length = udp_length + sizeof(ip_pkt_t);
1901 temp = (ip_length<<8)|(ip_length>>8);
H A Dsdla_ppp.c1173 unsigned short len, udp_length, temp, ip_length; local
1225 ip_length = udp_length + sizeof(ip_pkt_t);
1226 temp = (ip_length<<8)|(ip_length>>8);
H A Dsdla_x25.c5324 unsigned short len, udp_length, temp, ip_length; local
5382 ip_length = len;
5383 temp = (ip_length<<8)|(ip_length>>8);

Completed in 63 milliseconds