| /xnu-8020.101.4/bsd/skywalk/namespace/ |
| H A D | netns.c | 62 #define NS_VERB_PROTO(proto) ((proto == IPPROTO_TCP) ? SK_VERB_NS_TCP : \ argument 66 #define PROTO_STR(proto) ((proto == IPPROTO_TCP) ? "tcp" : "udp") argument 170 #define NETNS_NS_GLOBAL_IDX(proto, addrlen) \ argument 459 _netns_get_ns(uint32_t *addr, uint8_t addr_len, uint8_t proto, bool create) in _netns_get_ns() 563 uint8_t proto, addr_len; in _netns_reserve_common() local 893 netns_init_global_ns(struct ns **global_ptr, uint8_t proto, uint8_t addrlen) in netns_init_global_ns() 942 uint8_t addr_len, uint8_t proto, in_port_t *port, uint32_t flags, in _netns_reserve_kpi_common() 1249 uint8_t proto, in_port_t port, uint32_t flags, struct ns_flow_info *nfi) in netns_reserve() 1294 uint8_t proto, in_port_t *port, uint32_t flags, struct ns_flow_info *nfi) in netns_reserve_ephemeral() 1439 uint8_t proto, addr_len; in netns_release() local [all …]
|
| H A D | protons.c | 129 protons_find_token_with_protocol(uint8_t proto) in protons_find_token_with_protocol() 172 uint8_t proto) in protons_reserve_locked() 214 uint8_t proto) in protons_reserve() 241 uint8_t proto = 0; in protons_init_netinet_protocol() local
|
| H A D | netns.h | 226 netns_reserve_in(netns_token *token, struct in_addr addr, uint8_t proto, in netns_reserve_in() 235 netns_reserve_in6(netns_token *token, struct in6_addr addr, uint8_t proto, in netns_reserve_in6()
|
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | in_gif.c | 109 int proto, error; in in_gif_output() local 244 int af, proto; in in_gif_input() local 345 __unused int proto, in gif_encapcheck4()
|
| H A D | ip_encap.c | 132 int proto; in encap4_input() local 233 encap6_input(struct mbuf **mp, int *offp, int proto) in encap6_input() 319 encap_attach(int af, int proto, const struct sockaddr *sp, in encap_attach() 392 encap_attach_func( int af, int proto, in encap_attach_func() argument
|
| H A D | ip_encap.h | 66 int proto; /* -1: don't care, I'll check myself */ member
|
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | in6_gif.c | 108 int proto; in in6_gif_output() local 240 in6_gif_input(struct mbuf **mp, int *offp, int proto) in in6_gif_input() 399 __unused int proto, in gif_encapcheck6()
|
| H A D | route6.c | 77 route6_input(struct mbuf **mp, int *offp, int proto) in route6_input()
|
| H A D | dest6.c | 84 dest6_input(struct mbuf **mp, int *offp, int proto) in dest6_input()
|
| H A D | esp_input.c | 178 u_int8_t proto = 0; in esp_input_log() local 902 esp6_input(struct mbuf **mp, int *offp, int proto) in esp6_input() 908 esp6_input_extended(struct mbuf **mp, int *offp, int proto, ifnet_t interface) in esp6_input_extended()
|
| H A D | raw_ip6.c | 153 int proto) in rip6_input() 968 rip6_attach(struct socket *so, int proto, struct proc *p) in rip6_attach()
|
| H A D | udp6_usrreq.c | 238 udp6_input(struct mbuf **mp, int *offp, int proto) in udp6_input() 774 udp6_attach(struct socket *so, int proto, struct proc *p) in udp6_attach()
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | pktap.c | 890 pktap_fill_proc_info(struct pktap_header *hdr, protocol_family_t proto, in pktap_fill_proc_info() 1103 pktap_bpf_tap(struct ifnet *ifp, protocol_family_t proto, struct mbuf *m, in pktap_bpf_tap() 1150 u_int32_t proto; in pktap_bpf_tap() member 1299 pktap_input(struct ifnet *ifp, protocol_family_t proto, struct mbuf *m, in pktap_input() 1334 pktap_output(struct ifnet *ifp, protocol_family_t proto, struct mbuf *m, in pktap_output() 1355 pktap_bpf_tap_packet(struct ifnet *ifp, protocol_family_t proto, uint32_t dlt, in pktap_bpf_tap_packet() 1364 uint32_t proto; in pktap_bpf_tap_packet() member 1473 pktap_input_packet(struct ifnet *ifp, protocol_family_t proto, uint32_t dlt, in pktap_input_packet() 1492 pktap_output_packet(struct ifnet *ifp, protocol_family_t proto, uint32_t dlt, in pktap_output_packet()
|
| H A D | iptap.c | 519 iptap_ipf_input(void *arg, mbuf_t *mp, int off, u_int8_t proto) in iptap_ipf_input() 566 iptap_bpf_tap(struct mbuf *m, u_int32_t proto, int outgoing) in iptap_bpf_tap() 599 u_int32_t proto; in iptap_bpf_tap() member
|
| H A D | raw_usrreq.c | 89 raw_input(struct mbuf *m0, struct sockproto *proto, struct sockaddr *src, in raw_input() 193 raw_uattach(struct socket *so, int proto, __unused struct proc *p) in raw_uattach()
|
| H A D | raw_cb.c | 93 raw_attach(struct socket *so, int proto) in raw_attach()
|
| H A D | nat464_utils.c | 624 uint8_t *proto, uint8_t ttl, struct in_addr src_v4, in nat464_translate_64() 729 uint8_t proto, uint8_t ttl, struct in6_addr src_v6, in nat464_translate_46() 787 uint8_t *proto = 0; in nat464_translate_proto() local
|
| H A D | ether_inet6_pr_module.c | 257 struct ifnet_attach_proto_param proto; in ether_attach_inet6() local
|
| H A D | if_stf.c | 372 int proto, in stf_encapcheck() 746 int proto; in in_stf_input() local
|
| /xnu-8020.101.4/tests/ |
| H A D | inet_transfer.h | 47 uint8_t proto; member
|
| H A D | udp_kao_opt.c | 66 int proto, const char *proto_str) in set_udp_kao_opt()
|
| H A D | inet_transfer.c | 80 uint8_t proto; member 176 proto_get_socket_type(uint8_t proto) in proto_get_socket_type()
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | krpc_subr.c | 155 u_int prog, u_int vers, u_int proto, /* host order */ in krpc_portmap() 161 u_int32_t proto; /* call protocol */ in krpc_portmap() member
|
| /xnu-8020.101.4/bsd/netkey/ |
| H A D | key.c | 1214 u_int proto, in key_allocsa() 1225 u_int proto, in key_allocsa_extended() 6313 u_int16_t proto) in key_proto2satype() 6390 u_int8_t proto; in key_getspi() local 6721 u_int8_t proto; in key_update() local 6913 u_int8_t proto; in key_migrate() local 7106 u_int8_t proto; in key_add() local 7333 u_int16_t proto; in key_delete() local 7456 u_int16_t proto) in key_delete_all() 7568 u_int16_t proto; in key_get() local [all …]
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 503 uint8_t proto = req->nfr_ip_protocol; in flow_req_needs_netns_reservation() local 510 uint8_t proto = req->nfr_ip_protocol; in flow_req_needs_protons_reservation() local 518 uint8_t proto = req->nfr_ip_protocol; in flow_req_needs_ipsec_reservation() local
|