Searched defs:proto (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Draw_cb.c93 raw_attach(struct socket *so, int proto) argument
H A Dether_at_pr_module.c224 struct ifnet_attach_proto_param proto; local
H A Dether_inet6_pr_module.c234 struct ifnet_attach_proto_param proto; local
[all...]
H A Draw_usrreq.c109 raw_input(struct mbuf *m0, struct sockproto *proto, struct sockaddr *src, argument
205 raw_uattach(struct socket *so, int proto, __unused struct proc *p) argument
H A Dether_inet_pr_module.c506 struct ifnet_attach_proto_param_v2 proto; local
[all...]
H A Dif_gif.c367 gif_encapcheck( const struct mbuf *m, int off, int proto, void *arg) argument
H A Dif_loop.c382 struct ifnet_attach_proto_param_v2 proto; local
H A Dppp_deflate.c269 int proto, olen, wspace, r, flush; local
664 int rlen, proto, r; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_encap.h68 int proto; /* -1: don't care, I'll check myself */ member in struct:encaptab
H A Dip_encap.c160 int proto; local
272 int proto; local
[all...]
H A Din_gif.c114 int proto, error; local
241 int af, proto; local
331 gif_encapcheck4( const struct mbuf *m, __unused int off, __unused int proto, void *arg) argument
H A Dip_divert.c420 div_attach(struct socket *so, int proto, struct proc *p) argument
H A Dkpi_ipfilter.c215 protocol_family_t proto; local
H A Draw_ip.c659 rip_attach(struct socket *so, int proto, struct proc *p) argument
H A Dtcp_usrreq.c177 tcp_usr_attach(struct socket *so, __unused int proto, struct proc *p) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_gif.c95 int proto; local
234 u_int8_t proto; local
362 gif_encapcheck6( const struct mbuf *m, __unused int off, __unused int proto, void *arg) argument
H A Draw_ip6.c134 int proto = ip6->ip6_nxt; local
559 rip6_attach(struct socket *so, int proto, __unused struct proc *p) argument
H A Dudp6_usrreq.c586 udp6_attach(struct socket *so, __unused int proto, struct proc *p) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_pcb.h101 unsigned char proto; /* old-style ATPROTO_* */ member in struct:atpcb
H A Dddp_usrreq.c79 int ddp_pru_attach(struct socket *so, int proto, argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeysock.c351 key_attach(struct socket *so, int proto, struct proc *p) argument
H A Dkeydb.h46 u_int16_t proto; /* IPPROTO_ESP or IPPROTO_AH */ member in struct:secasindex
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_socketfilter.c71 struct protosw *proto = so->so_proto; local
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dkrpc_subr.c158 u_int32_t proto; /* call protocol */ member in struct:sdata
H A Dnfs_boot.c703 int proto = (sotype == SOCK_STREAM) ? IPPROTO_TCP : IPPROTO_UDP; local

Completed in 206 milliseconds

123