Searched refs:IP_OFFMASK (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/netinet/
H A Dip.h70 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dip.h60 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
H A Dprint-ip.c377 ipds->off & (IP_MF|IP_OFFMASK));
383 ipds->off & (IP_MF|IP_OFFMASK));
389 ipds->off & (IP_MF|IP_OFFMASK));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Dip.h125 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipcp.c2162 #define IP_OFFMASK 0x1fff macro
2193 if ((get_ipoff(pkt) & IP_OFFMASK) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipcp.c2008 #define IP_OFFMASK 0x1fff macro
2036 if ((get_ipoff(pkt) & IP_OFFMASK) != 0)

Completed in 70 milliseconds