Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias.c722 #define MF_ISSET(_pip) (ntohs((_pip)->ip_off) & IP_MF) macro
738 if (!MF_ISSET(pip) && dlen < ntohs(ud->uh_ulen)) in ValidateUdpLength()
1399 if (MF_ISSET(pip)) { in LibAliasInLocked()