Home
last modified time | relevance | path

Searched defs:proto (Results 76 – 94 of 94) sorted by relevance

1234

/xnu-11417.121.6/osfmk/ipc/
H A Dmach_port.c594 mach_port_t proto, in mach_port_allocate_full()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1182 uint16_t lport, uint16_t rport, uint8_t proto, uint32_t protoctl_event_code, in fsw_protoctl_event_callback()
H A Dfsw_dp.c3667 uint8_t proto = pkt->pkt_flow_ip_proto; in do_gso() local
/xnu-11417.121.6/bsd/net/
H A Dif_redirect.c704 uint8_t proto; in pkt_is_for_delegate() local
H A Dpf.c1934 pf_print_sk_host(struct pf_state_host *sh, sa_family_t af, int proto, in pf_print_sk_host()
3018 pf_match_xport(u_int8_t proto, u_int8_t proto_variant, union pf_rule_xport *rx, in pf_match_xport()
3533 u_int8_t proto = pd->proto; in pf_get_sport() local
H A Dpf_ioctl.c1033 pf_hash_rule_addr(MD5_CTX *ctx, struct pf_rule_addr *pfr, u_int8_t proto) in pf_hash_rule_addr()
H A Dif_utun.c2927 struct ifnet_attach_proto_param proto; in utun_attach_proto() local
H A Dif_ipsec.c4077 struct ifnet_attach_proto_param proto; in ipsec_attach_proto() local
/xnu-11417.121.6/bsd/kern/
H A Duipc_socket2.c2058 pru_attach_notsupp(struct socket *so, int proto, struct proc *p) in pru_attach_notsupp()
H A Dkern_event.c8803 kev_attach(struct socket *so, __unused int proto, __unused struct proc *p)
/xnu-11417.121.6/bsd/nfs/
H A Dnfs.h299 int proto; /* and Protocol */ member
347 int proto; /* and Protocol */ member
/xnu-11417.121.6/bsd/netinet/
H A Dip_input.c622 ip_proto_dispatch_in(struct mbuf *m, int hlen, u_int8_t proto, in ip_proto_dispatch_in()
H A Dtcp_input.c940 tcp6_input(struct mbuf **mp, int *offp, int proto) in tcp6_input()
H A Dip_dummynet.h688 uint32_t proto; member
H A Din_pcb.c605 uint16_t proto = IPPROTO_IP; in inp_snprintf_tuple() local
/xnu-11417.121.6/bsd/netinet6/
H A Dip6_output.c2028 ip6_out_cksum_stats(int proto, u_int32_t len) in ip6_out_cksum_stats()
H A Dipsec.c5065 __unused int proto, in ipsec_incr_history_count()
/xnu-11417.121.6/bsd/nfs/gss/
H A Dgss_krb5_mech.c2258 supported_etype(uint32_t proto, etypes etype) in supported_etype()
/xnu-11417.121.6/bsd/sys/
H A Dsocketvar.h722 #define SOCK_CHECK_PROTO(so, proto) (SOCK_PROTO(so) == (proto)) argument

1234