Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_var.h341 #define IPOAF_MANAGEMENT_ALLOWED 0x00008000 /* access to management interfaces */ macro
H A Draw_ip.c508 ipoa.ipoa_flags |= IPOAF_MANAGEMENT_ALLOWED; in rip_output()
H A Dip_output.c487 if (ipoa->ipoa_flags & IPOAF_MANAGEMENT_ALLOWED) { in ip_output_list()
H A Dudp_usrreq.c1699 ipoa.ipoa_flags |= IPOAF_MANAGEMENT_ALLOWED; in udp_output()
H A Dtcp_output.c3591 ipoa.ipoa_flags |= IPOAF_MANAGEMENT_ALLOWED; in tcp_ip_output()
H A Dtcp_subr.c1136 ipoa.ipoa_flags |= IPOAF_MANAGEMENT_ALLOWED; in tcp_respond()