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

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h277 * ipoa_retflags any additional information regarding the error.
290 u_int32_t ipoa_retflags; /* IPOARF return flags (see below) */ member in struct:ip_out_args
H A Dip_output.c459 ipoa->ipoa_retflags = 0;
690 ipoa->ipoa_retflags |= IPOARF_IFDENIED;
788 ipoa->ipoa_retflags |=
H A Draw_ip.c519 if (error != 0 && (ipoa.ipoa_retflags & IPOARF_IFDENIED) &&
H A Dtcp_output.c2446 ifdenied = (ipoa.ipoa_retflags & IPOARF_IFDENIED);
H A Dudp_usrreq.c1680 if (error != 0 && (ipoa.ipoa_retflags & IPOARF_IFDENIED) &&

Completed in 50 milliseconds