Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_input.c1191 uint16_t fp_hlen; in ip_reass() local
1194 fp_hlen = (IP_VHL_HL(GETIP(q)->ip_vhl) << 2); in ip_reass()
1195 fp_len = ntohs(GETIP(q)->ip_len) - fp_hlen; in ip_reass()
1205 GETIP(q)->ip_len = htons(fp_len - i + fp_hlen); in ip_reass()
1236 uint16_t fp_hlen; in ip_reass() local
1239 fp_hlen = (IP_VHL_HL(GETIP(q)->ip_vhl) << 2); in ip_reass()
1240 fp_len = ntohs(GETIP(q)->ip_len) - fp_hlen; in ip_reass()