Home
last modified time | relevance | path

Searched refs:INP_MANAGEMENT_ALLOWED (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_syncookie.c360 tra.management_allowed = INP_MANAGEMENT_ALLOWED(inp) ? 1 : 0; in syncookie_respond()
H A Din_pcb.h774 #define INP_MANAGEMENT_ALLOWED(_inp) \ macro
H A Draw_ip.c507 if (INP_MANAGEMENT_ALLOWED(inp)) { in rip_output()
H A Din_pcb.c4056 if (INP_MANAGEMENT_ALLOWED(inp)) { in _inp_restricted_recv()
4138 if (!INP_MANAGEMENT_ALLOWED(inp)) { in _inp_restricted_send()
H A Dtcp_timer.c1001 tra.management_allowed = INP_MANAGEMENT_ALLOWED(inp) ? 1 : 0; in tcp_send_keep_alive()
H A Dudp_usrreq.c1735 if (INP_MANAGEMENT_ALLOWED(inp)) { in udp_output()
H A Dtcp_output.c3595 if (INP_MANAGEMENT_ALLOWED(inp)) { in tcp_ip_output()
H A Dtcp_input.c2270 head_management_allowed = INP_MANAGEMENT_ALLOWED(oinp); in tcp_create_server_socket()
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c224 if (INP_MANAGEMENT_ALLOWED(in6p)) { in udp6_output()
H A Draw_ip6.c504 if (INP_MANAGEMENT_ALLOWED(in6p)) { in rip6_output()
H A Din6_src.c777 if (INP_MANAGEMENT_ALLOWED(inp)) { in in6_selectsrc()
/xnu-12377.41.6/bsd/kern/
H A Dkpi_socketfilter.c139 if (INP_INTCOPROC_ALLOWED(inp) || INP_MANAGEMENT_ALLOWED(inp)) { in sflt_permission_check()
/xnu-12377.41.6/bsd/net/
H A Dnecp.c12452 allowed = INP_MANAGEMENT_ALLOWED(inp); in necp_route_is_interface_type_allowed()