Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 86) sorted by relevance

1234

/xnu-8020.101.4/bsd/skywalk/namespace/
H A Dnetns.c62 #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 Dprotons.c129 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 Dnetns.h226 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 Din_gif.c109 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 Dip_encap.c132 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 Dip_encap.h66 int proto; /* -1: don't care, I'll check myself */ member
/xnu-8020.101.4/bsd/netinet6/
H A Din6_gif.c108 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 Droute6.c77 route6_input(struct mbuf **mp, int *offp, int proto) in route6_input()
H A Ddest6.c84 dest6_input(struct mbuf **mp, int *offp, int proto) in dest6_input()
H A Desp_input.c178 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 Draw_ip6.c153 int proto) in rip6_input()
968 rip6_attach(struct socket *so, int proto, struct proc *p) in rip6_attach()
H A Dudp6_usrreq.c238 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 Dpktap.c890 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 Diptap.c519 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 Draw_usrreq.c89 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 Draw_cb.c93 raw_attach(struct socket *so, int proto) in raw_attach()
H A Dnat464_utils.c624 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 Dether_inet6_pr_module.c257 struct ifnet_attach_proto_param proto; in ether_attach_inet6() local
H A Dif_stf.c372 int proto, in stf_encapcheck()
746 int proto; in in_stf_input() local
/xnu-8020.101.4/tests/
H A Dinet_transfer.h47 uint8_t proto; member
H A Dudp_kao_opt.c66 int proto, const char *proto_str) in set_udp_kao_opt()
H A Dinet_transfer.c80 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 Dkrpc_subr.c155 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 Dkey.c1214 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 Dflow_manager.c503 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

1234