| /freebsd-12-stable/sys/dev/iscsi/ |
| D | icl_soft_proxy.c | 115 error = socreate(domain, &so, socktype, protocol, in icl_soft_proxy_connect() 262 error = socreate(domain, &so, socktype, protocol, in icl_listen_add_tcp()
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | net.h | 45 return -socreate(family, res, type, proto, curthread->td_ucred, in sock_create_kern()
|
| /freebsd-12-stable/sys/nfs/ |
| D | krpc_subr.c | 224 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td))) in krpc_call()
|
| D | bootp_subr.c | 1720 error = socreate(AF_INET, &bootp_so, SOCK_DGRAM, 0, td->td_ucred, td); in bootpc_init()
|
| /freebsd-12-stable/sys/kgssapi/ |
| D | gsstest.c | 613 socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td); in gsstest_get_rpc() 620 socreate(AF_INET6, &so, SOCK_DGRAM, 0, td->td_ucred, td); in gsstest_get_rpc()
|
| /freebsd-12-stable/sys/cam/ctl/ |
| D | ctl_ha.c | 439 error = socreate(PF_INET, &so, SOCK_STREAM, in ctl_ha_connect() 508 error = socreate(PF_INET, &softc->ha_lso, SOCK_STREAM, in ctl_ha_listen()
|
| /freebsd-12-stable/sys/kern/ |
| D | uipc_syscalls.c | 158 error = socreate(domain, &so, type, protocol, td->td_ucred, td); in kern_socket() 592 error = socreate(domain, &so1, type, protocol, td->td_ucred, td); in kern_socketpair() 595 error = socreate(domain, &so2, type, protocol, td->td_ucred, td); in kern_socketpair()
|
| D | uipc_socket.c | 497 socreate(int dom, struct socket **aso, int type, int proto, in socreate() function
|
| /freebsd-12-stable/sys/sys/ |
| D | socketvar.h | 418 int socreate(int dom, struct socket **aso, int type, int proto,
|
| /freebsd-12-stable/sys/netinet/ |
| D | ip_gre.c | 305 error = socreate(sc->gre_family, &gs->so, in in_gre_setup_socket()
|
| D | sctputil.c | 7470 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start() 7496 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
|
| /freebsd-12-stable/sys/netinet6/ |
| D | ip6_gre.c | 301 error = socreate(sc->gre_family, &gs->so, in in6_gre_setup_socket()
|
| /freebsd-12-stable/sys/rpc/ |
| D | rpc_generic.c | 269 error = socreate(si.si_af, &so, si.si_socktype, si.si_proto, in __rpc_nconf2socket()
|
| D | rpcb_clnt.c | 454 error = socreate(AF_LOCAL, &so, SOCK_STREAM, 0, curthread->td_ucred, in local_rpcb()
|
| /freebsd-12-stable/sys/netsmb/ |
| D | smb_trantcp.c | 152 error = socreate(AF_INET, &so, SOCK_STREAM, IPPROTO_TCP, in nb_connect_in()
|
| /freebsd-12-stable/sys/nlm/ |
| D | nlm_prot_impl.c | 1537 error = socreate(AF_INET, &nlm_socket, SOCK_DGRAM, 0, in nlm_server_main() 1554 error = socreate(AF_INET6, &nlm_socket6, SOCK_DGRAM, 0, in nlm_server_main()
|
| /freebsd-12-stable/sys/netgraph/ |
| D | ng_ksocket.c | 580 error = socreate(family, &priv->so, type, protocol, in ng_ksocket_newhook()
|
| /freebsd-12-stable/sys/fs/nfs/ |
| D | nfs_commonkrpc.c | 240 error = socreate(saddr->sa_family, &so, nrp->nr_sotype, in newnfs_connect()
|
| /freebsd-12-stable/sys/netgraph/bluetooth/socket/ |
| D | ng_btsocket_rfcomm.c | 536 error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET, in ng_btsocket_rfcomm_connect() 871 socreate_error = socreate(PF_BLUETOOTH, &l2so, SOCK_SEQPACKET, in ng_btsocket_rfcomm_listen()
|
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs_clvfsops.c | 425 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0, in nfs_mountroot()
|
| /freebsd-12-stable/share/man/man9/ |
| D | Makefile | 1942 socket.9 socreate.9 \
|
| /freebsd-12-stable/sys/net/ |
| D | if_vxlan.c | 943 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock, in vxlan_socket_init()
|