Searched refs:pru_bindat (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 226 int (*pru_bindat)(int fd, struct socket *so, struct sockaddr *nam, member
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 229 int (*pru_bindat)(int fd, struct socket *so, struct sockaddr *nam, member
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 143 DEFAULT(pu->pru_bindat, pru_bindat_notsupp); in protosw_init()
|
| H A D | uipc_usrreq.c | 1319 .pru_bindat = uipc_bindat, 1341 .pru_bindat = uipc_bindat, 1363 .pru_bindat = uipc_bindat,
|
| H A D | uipc_socket.c | 872 error = (*so->so_proto->pr_usrreqs->pru_bindat)(fd, so, nam, td);
|