Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dip_var.h336 #define IPOAF_MANAGEMENT_ALLOWED 0x00008000 /* access to management interfaces */ macro
H A Draw_ip.c488 ipoa.ipoa_flags |= IPOAF_MANAGEMENT_ALLOWED; in rip_output()
H A Dip_output.c474 if (ipoa->ipoa_flags & IPOAF_MANAGEMENT_ALLOWED) { in ip_output_list()
H A Dtcp_output.c3222 ipoa.ipoa_flags |= IPOAF_MANAGEMENT_ALLOWED; in tcp_ip_output()
H A Dudp_usrreq.c1627 ipoa.ipoa_flags |= IPOAF_MANAGEMENT_ALLOWED; in udp_output()
H A Dtcp_subr.c1028 ipoa.ipoa_flags |= IPOAF_MANAGEMENT_ALLOWED; in tcp_respond()