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

/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dipsec_osdep.h242 * We hide the difference with the macro IP_OFF_CONVERT
246 #define IP_OFF_CONVERT(x) (x) macro
250 #define IP_OFF_CONVERT(x) (htons(x)) macro
H A Dxform_ah.c333 ip->ip_off &= IP_OFF_CONVERT(IP_DF);
338 ip->ip_off &= IP_OFF_CONVERT(IP_DF);
H A Dipsec_output.c595 ip->ip_off |= IP_OFF_CONVERT(IP_DF);
H A Dxform_ipip.c508 ipo->ip_off &= ~ IP_OFF_CONVERT(IP_DF | IP_MF | IP_OFFMASK);
H A Dipsec.c940 if (ip->ip_off & IP_OFF_CONVERT(IP_MF | IP_OFFMASK))
948 if (ih.ip_off & IP_OFF_CONVERT(IP_MF | IP_OFFMASK))

Completed in 110 milliseconds