Home
last modified time | relevance | path

Searched refs:socreate (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/sys/dev/iscsi/
Dicl_soft_proxy.c115 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/
Dnet.h45 return -socreate(family, res, type, proto, curthread->td_ucred, in sock_create_kern()
/freebsd-12-stable/sys/nfs/
Dkrpc_subr.c224 if ((error = socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td))) in krpc_call()
Dbootp_subr.c1720 error = socreate(AF_INET, &bootp_so, SOCK_DGRAM, 0, td->td_ucred, td); in bootpc_init()
/freebsd-12-stable/sys/kgssapi/
Dgsstest.c613 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/
Dctl_ha.c439 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/
Duipc_syscalls.c158 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()
Duipc_socket.c497 socreate(int dom, struct socket **aso, int type, int proto, in socreate() function
/freebsd-12-stable/sys/sys/
Dsocketvar.h418 int socreate(int dom, struct socket **aso, int type, int proto,
/freebsd-12-stable/sys/netinet/
Dip_gre.c305 error = socreate(sc->gre_family, &gs->so, in in_gre_setup_socket()
Dsctputil.c7470 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/
Dip6_gre.c301 error = socreate(sc->gre_family, &gs->so, in in6_gre_setup_socket()
/freebsd-12-stable/sys/rpc/
Drpc_generic.c269 error = socreate(si.si_af, &so, si.si_socktype, si.si_proto, in __rpc_nconf2socket()
Drpcb_clnt.c454 error = socreate(AF_LOCAL, &so, SOCK_STREAM, 0, curthread->td_ucred, in local_rpcb()
/freebsd-12-stable/sys/netsmb/
Dsmb_trantcp.c152 error = socreate(AF_INET, &so, SOCK_STREAM, IPPROTO_TCP, in nb_connect_in()
/freebsd-12-stable/sys/nlm/
Dnlm_prot_impl.c1537 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/
Dng_ksocket.c580 error = socreate(family, &priv->so, type, protocol, in ng_ksocket_newhook()
/freebsd-12-stable/sys/fs/nfs/
Dnfs_commonkrpc.c240 error = socreate(saddr->sa_family, &so, nrp->nr_sotype, in newnfs_connect()
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
Dng_btsocket_rfcomm.c536 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/
Dnfs_clvfsops.c425 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0, in nfs_mountroot()
/freebsd-12-stable/share/man/man9/
DMakefile1942 socket.9 socreate.9 \
/freebsd-12-stable/sys/net/
Dif_vxlan.c943 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock, in vxlan_socket_init()