Searched refs:IP6F_MORE_FRAG (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h228 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
232 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dfrag6.c203 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) &&
356 ip6af->ip6af_mff = ip6f->ip6f_offlg & IP6F_MORE_FRAG;
H A Dip6_output.c1093 ip6f->ip6f_offlg |= IP6F_MORE_FRAG;

Completed in 33 milliseconds