| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 174 struct protosw *pr; in domain_init() 285 struct protosw * 289 struct protosw *pr; in pffindtype() 301 struct protosw * 305 struct protosw *pr; in pffindproto() 306 struct protosw *maybe; in pffindproto() 336 struct protosw *pr, *fpr; in pf_proto_register() 407 struct protosw *pr, *dpr; in pf_proto_unregister() 469 struct protosw *pr; in pfctlinput() 482 struct protosw *pr; in pfslowtimo() [all …]
|
| H A D | uipc_debug.c | 307 db_print_protosw(struct protosw *pr, const char *prname, int indent) in db_print_protosw() 515 DB_SHOW_COMMAND(protosw, db_show_protosw) in DB_SHOW_COMMAND() argument 517 struct protosw *pr; in DB_SHOW_COMMAND() 523 pr = (struct protosw *)addr; in DB_SHOW_COMMAND()
|
| H A D | uipc_socket.c | 509 struct protosw *prp; in socreate() 1077 struct protosw *pr = so->so_proto; 1834 struct protosw *pr = so->so_proto; 1914 struct protosw *pr = so->so_proto; 2624 struct protosw *pr = so->so_proto; 2818 struct protosw *pr = so->so_proto; 2872 struct protosw *pr = so->so_proto; 4363 struct protosw * 4371 so_protosw_set(struct socket *so, struct protosw *val)
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_module.c | 58 struct protosw sctp_stream_protosw = { 70 struct protosw sctp_seqpacket_protosw = { 86 struct protosw sctp6_stream_protosw = { 99 struct protosw sctp6_seqpacket_protosw = {
|
| H A D | ip_input.c | 176 extern struct protosw inetsw[]; 314 struct protosw *pr; in ip_init() 875 struct protosw *pr; in ipproto_register() 906 struct protosw *pr; in ipproto_unregister()
|
| H A D | in_proto.c | 110 struct protosw inetsw[] = {
|
| H A D | ip_divert.c | 762 struct protosw div_protosw = {
|
| H A D | ip_carp.c | 2170 static struct protosw in_carp_protosw = { 2184 static struct protosw in6_carp_protosw = { 2253 (struct protosw *)&in6_carp_protosw); in carp_mod_load()
|
| H A D | ip_icmp.c | 183 extern struct protosw inetsw[];
|
| H A D | raw_ip.c | 138 extern struct protosw inetsw[];
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 77 struct protosw { struct 345 struct protosw *pffindproto(int family, int protocol, int type); 346 struct protosw *pffindtype(int family, int type); 347 int pf_proto_register(int family, struct protosw *npr);
|
| H A D | domain.h | 58 struct protosw *dom_protosw, *dom_protoswNPROTOSW;
|
| H A D | socketvar.h | 100 struct protosw *so_proto; /* (a) protocol handle */
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 79 struct protosw { struct 347 struct protosw *pffindproto(int family, int protocol, int type); 348 struct protosw *pffindtype(int family, int type); 349 int pf_proto_register(int family, struct protosw *npr);
|
| H A D | domain.h | 61 struct protosw *dom_protosw, *dom_protoswNPROTOSW;
|
| H A D | socket.h | 737 struct protosw *so_protosw_get(const struct socket *); 738 void so_protosw_set(struct socket *, struct protosw *);
|
| H A D | socketvar.h | 100 struct protosw *so_proto; /* (a) protocol handle */
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6protosw.h | 116 extern struct protosw inet6sw[];
|
| H A D | in6_proto.c | 143 struct protosw inet6sw[] = { 338 .dom_protosw = (struct protosw *)inet6sw, 339 .dom_protoswNPROTOSW = (struct protosw *)&inet6sw[nitems(inet6sw)],
|
| H A D | send.c | 310 struct protosw send_protosw = {
|
| H A D | ip6_input.c | 217 struct protosw *pr; in ip6_init() 298 struct protosw *pr; in ip6proto_register() 331 struct protosw *pr; in ip6proto_unregister()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket.c | 172 static struct protosw ng_btsocket_protosw[] = {
|
| /f-stack/freebsd/netipsec/ |
| H A D | keysock.c | 443 struct protosw keysw[] = {
|
| H A D | ipsec_input.c | 229 extern struct protosw inetsw[];
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 1165 static struct protosw ngsw[] = {
|