Home
last modified time | relevance | path

Searched refs:necp (Results 1 – 15 of 15) sorted by relevance

/xnu-8796.121.2/tools/lldbmacros/
H A Dskywalk.py527 def GetNECPClientBitFields(necp): argument
534 if necp.result_read != 0:
538 if necp.allow_multiple_flows != 0:
542 if necp.background != 0:
546 if necp.background_update != 0:
550 if necp.platform_binary != 0:
577 def GetNECPSummary(necp): argument
586 for sa in IterateListEntry(necp.stats_arena_list, 'nai_chain'):
594 for c in IterateRBTreeEntry(necp.clients, 'link'):
613 o=necp,
[all …]
/xnu-8796.121.2/bsd/net/
H A DMakefile81 necp.h \
H A Dnecp.c548 SYSCTL_NODE(_net, OID_AUTO, necp, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "NECP");
/xnu-8796.121.2/config/
H A DMASTER.arm40 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.BridgeOS36 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.bcm283740 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.x86_6440 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm6440 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.MacOSX40 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.t8110.iPhoneOS43 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.iPhoneOS43 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER.arm64.t8120.iPhoneOS43 # VPN = [ ipsec flow_divert necp content_filter ]
H A DMASTER82 options NECP # <necp>
/xnu-8796.121.2/bsd/conf/
H A DMakefile.template107 necp.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member
215 necp.o_CWARNFLAGS_ADD += -Wno-implicit-int-conversion
268 necp.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32
433 necp.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles201 bsd/net/necp.c optional necp
202 bsd/net/necp_client.c optional necp