Home
last modified time | relevance | path

Searched defs:proto (Results 26 – 50 of 88) sorted by relevance

1234

/xnu-10063.141.1/bsd/netinet6/
H A Dudp6_usrreq.c241 udp6_input(struct mbuf **mp, int *offp, int proto) in udp6_input()
796 udp6_attach(struct socket *so, int proto, struct proc *p) in udp6_attach()
H A Dah_input.c585 ah6_input(struct mbuf **mp, int *offp, int proto) in ah6_input()
H A Dip6_input.c2177 ip6_nexthdr(struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr()
2259 ip6_lasthdr(struct mbuf *m, int off, int proto, int *nxtp) in ip6_lasthdr()
H A Dicmp6.c463 icmp6_input(struct mbuf **mp, int *offp, int proto) in icmp6_input()
3294 icmp6_dgram_attach(struct socket *so, int proto, struct proc *p) in icmp6_dgram_attach()
H A Dfrag6.c276 frag6_input(struct mbuf **mp, int *offp, int proto) in frag6_input()
/xnu-10063.141.1/tools/lldbmacros/
H A Dnet.py1449 def GetInPcb(pcb, proto): argument
1715 def GetPcbInfo(pcbi, proto): argument
/xnu-10063.141.1/bsd/netkey/
H A Dkeysock.c384 key_attach(struct socket *so, int proto, struct proc *p) in key_attach()
H A Dkeydb.h45 u_int16_t proto; /* IPPROTO_ESP or IPPROTO_AH */ member
/xnu-10063.141.1/bsd/netinet/
H A Dip_flowid.h70 u_int8_t proto; member
H A Dip_icmp.c1128 icmp_dgram_attach(struct socket *so, __unused int proto, struct proc *p) in icmp_dgram_attach()
H A Dkpi_ipfilter.c320 protocol_family_t proto; in ipf_inject_input() local
H A Din_pcblist.c292 get_pcblist_n(short proto, struct sysctl_req *req, struct inpcbinfo *pcbinfo) in get_pcblist_n()
H A Draw_ip.c958 rip_attach(struct socket *so, int proto, struct proc *p) in rip_attach()
/xnu-10063.141.1/bsd/net/
H A Dether_inet_pr_module.c560 struct ifnet_attach_proto_param_v2 proto; in ether_attach_inet() local
H A Dif_llreach.h86 u_int16_t proto; /* ll proto */ member
H A Dif_ports_used.c1184 uint16_t pkt_control_flags, uint16_t proto) in if_notify_unattributed_wake_mbuf()
1720 uint16_t pkt_control_flags, uint16_t proto) in if_notify_unattributed_wake_pkt()
H A Dif_gif.c491 int proto, in gif_encapcheck()
H A Ddlil.c1907 struct if_proto *proto = NULL; in find_attached_proto() local
1928 if_proto_ref(struct if_proto *proto) in if_proto_ref()
1936 if_proto_free(struct if_proto *proto) in if_proto_free()
2136 struct if_proto *proto; in dlil_ifp_protolist() local
6713 struct if_proto *proto = NULL; in dlil_event_internal() local
6910 struct if_proto *proto = NULL; in dlil_output() local
7459 uint8_t proto = 0; in dlil_clat46() local
7599 uint8_t proto = 0; in dlil_clat64() local
7873 struct if_proto *proto; in ifnet_ioctl() local
7956 struct if_proto *proto; in dlil_resolve_multi() local
[all …]
H A Dif_loop.c576 struct ifnet_attach_proto_param_v2 proto; in lo_attach_proto() local
H A Dpacket_mangler.c91 uint32_t proto; member
H A Dbridgestp.c1461 bstp_set_port_proto(struct bstp_port *bp, int proto) in bstp_set_port_proto()
1699 bstp_set_protocol(struct bstp_state *bs, int proto) in bstp_set_protocol()
H A Dndrv.c225 ndrv_attach(struct socket *so, int proto, __unused struct proc *p) in ndrv_attach()
/xnu-10063.141.1/bsd/miscfs/devfs/
H A Ddevfs_tree.c500 dev_add_node(int entrytype, devnode_type_t * typeinfo, devnode_t * proto, in dev_add_node()
1387 devnode_t * proto, struct devfsmount *dvm, devdirent_t * *nm_pp) in dev_add_entry()
/xnu-10063.141.1/bsd/net/pktsched/
H A Dpktsched.c405 uint64_t **timestamp, uint32_t *flowid, uint8_t *flowsrc, uint8_t *proto, in pktsched_get_pkt_vars()
/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c182 #define ITRM(proto, laddr, raddr, lport, rport) \ argument
674 uint8_t mask = 0, ipver, proto; in inet_traffic_rule_validate() local

1234