Searched refs:proto (Results 76 - 92 of 92) sorted by relevance

1234

/xnu-2422.115.4/bsd/netinet6/
H A Desp_input.c723 esp6_input(struct mbuf **mp, int *offp, int proto) argument
725 #pragma unused(proto)
H A Dip6_mroute.c1680 pim6_input(struct mbuf **mp, int *offp, int proto) argument
H A Dip6_output.c1663 ip6_out_cksum_stats(int proto, u_int32_t len) argument
1665 switch (proto) {
1736 printf("%s: mbuf 0x%llx proto %d IPv6 "
1789 panic("%s: mbuf %p pkt len (%u) proto %d invalid ULP "
/xnu-2422.115.4/bsd/nfs/
H A Dnfs.h228 int proto; /* and Protocol */ member in struct:nfs_args
276 int proto; /* and Protocol */ member in struct:user_nfs_args
H A Dnfs_socket.c591 int on = 1, proto; local
601 sock_gettype(nso->nso_so, NULL, NULL, &proto);
602 if (proto == IPPROTO_TCP)
H A Dnfs_vfsops.c1503 args.proto = tempargs.proto;
/xnu-2422.115.4/bsd/net/
H A Drtsock.c168 rts_attach(struct socket *so, int proto, struct proc *p) argument
182 error = raw_attach(so, proto);
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_usrreq.c110 mptcp_usr_attach(struct socket *mp_so, int proto, struct proc *p) argument
112 #pragma unused(proto)
H A Dudp_usrreq.c1748 udp_attach(struct socket *so, int proto, struct proc *p) argument
1750 #pragma unused(proto)
H A Dip_output.c217 * header (with len, off, ttl, proto, tos, src, dst).
230 * header (with len, off, ttl, proto, tos, src, dst).
2002 ip_out_cksum_stats(int proto, u_int32_t len) argument
2004 switch (proto) {
2089 printf("%s: mbuf 0x%llx proto %d IP len %d (%x) "
2123 panic("%s: mbuf %p pkt len (%u) proto %d invalid ULP "
H A Dtcp_usrreq.c171 tcp_usr_attach(struct socket *so, __unused int proto, struct proc *p) argument
H A Dtcp_input.c912 tcp6_input(struct mbuf **mp, int *offp, int proto) argument
914 #pragma unused(proto)
1544 * which don't want those proto headers.
/xnu-2422.115.4/osfmk/ipc/
H A Dmach_port.c653 mach_port_t proto,
663 if (proto != MACH_PORT_NULL)
650 mach_port_allocate_full( ipc_space_t space, mach_port_right_t right, mach_port_t proto, mach_port_qos_t *qosp, mach_port_name_t *namep) argument
/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c201 ctl_attach(__unused struct socket *so, __unused int proto, __unused struct proc *p) argument
H A Dkern_event.c2871 static int kev_attach(struct socket *so, int proto, struct proc *p);
3085 kev_attach(struct socket *so, __unused int proto, __unused struct proc *p) argument
H A Duipc_socket2.c1912 pru_attach_notsupp(struct socket *so, int proto, struct proc *p) argument
1914 #pragma unused(so, proto, p)
H A Duipc_usrreq.c241 uipc_attach(struct socket *so, __unused int proto, __unused proc_t p) argument

Completed in 115 milliseconds

1234