Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip.h177 #define IPOPT_COPIED(o) ((o)&0x80) macro
H A Dip_compat.h418 #ifndef IPOPT_COPIED
419 # define IPOPT_COPIED(x) ((x)&0x80)
H A Dip_output.c2227 if (IPOPT_COPIED(opt)) { in ip_optcopy()