/src/sys/net/ |
raw_cb.h | 48 struct sockproto rcb_proto; /* protocol family, protocol */ 49 int (*rcb_filter)(struct mbuf *, struct sockproto *, 68 void raw_input(struct mbuf *, struct sockproto *, struct sockaddr *,
|
raw_usrreq.c | 67 raw_input(struct mbuf *m0, struct sockproto *proto, struct sockaddr *src,
|
rtsock_shared.c | 212 COMPATNAME(route_filter)(struct mbuf *m, struct sockproto *proto, 650 struct sockproto proto = { .sp_family = PF_XROUTE, }; 1672 struct sockproto proto = { .sp_family = PF_XROUTE, };
|
/src/sys/sys/ |
socket.h | 267 struct sockproto { struct
|
/src/usr.bin/kdump/ |
kdump.c | 582 sockproto(register_t proto) function in typeref:typename:const char * 903 if ((cp = sockproto(level)) != NULL) {
|