Home
last modified time | relevance | path

Searched refs:SOCK_DGRAM (Results 126 – 150 of 200) sorted by relevance

12345678

/dragonfly/lib/libc/net/
H A Dname6.c235 if ((s = _socket(af, SOCK_DGRAM, 0)) < 0) in getipnodebyname()
865 if ((s = _socket(ss.ss_family, SOCK_DGRAM, IPPROTO_UDP)) < 0) in set_source()
/dragonfly/sys/netgraph7/socket/
H A Dng_socket.c1123 .pr_type = SOCK_DGRAM,
1130 .pr_type = SOCK_DGRAM,
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c486 hints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM; in main()
782 if ((s = socket(AF_UNIX, flags | (uflag ? SOCK_DGRAM : SOCK_STREAM), in unix_bind()
987 ahints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM; in remote_connect()
/dragonfly/sbin/slattach/
H A Dslattach.c373 s = socket(AF_INET, SOCK_DGRAM, 0); in slip_discipline()
/dragonfly/usr.sbin/rtadvd/
H A Drrenum.c265 if (s == -1 && (s = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) { in do_pco()
H A Dconfig.c631 if ((s = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) { in getconfig()
1243 if ((s = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) { in init_prefix()
/dragonfly/usr.bin/vknet/
H A Dvknet.c354 s = socket(AF_INET, SOCK_DGRAM, 0); in vknet_connect()
/dragonfly/contrib/smbfs/lib/smb/
H A Dnbns_rq.c295 s = rqp->nr_fd = socket(AF_INET, SOCK_DGRAM, 0); in nbns_rq_opensocket()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c397 drv->fd = socket(PF_INET, SOCK_DGRAM, 0); in wpa_driver_roboswitch_init()
/dragonfly/sys/netinet6/
H A Din6_proto.c134 .pr_type = SOCK_DGRAM,
/dragonfly/usr.sbin/inetd/
H A Dinetd.c150 || (sep)->se_socktype == SOCK_DGRAM))
1261 (sep->se_socktype == SOCK_DGRAM) in setup()
1507 sep->se_socktype = SOCK_DGRAM; in getconfigent()
1892 if (!se2->se_bi || se2->se_socktype != SOCK_DGRAM) in check_loop()
/dragonfly/lib/libc/resolv/
H A Dres_send.c879 EXT(statp).nssocks[ns] = socket(nsap->sa_family, SOCK_DGRAM, 0);
881 EXT(statp).nssocks[ns] = _socket(nsap->sa_family, SOCK_DGRAM, 0);
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Diapp.c396 iapp->udp_sock = socket(PF_INET, SOCK_DGRAM, 0); in iapp_init()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_unix.c593 priv->sock = socket(PF_UNIX, SOCK_DGRAM, 0); in wpas_ctrl_iface_open_sock()
1151 priv->sock = socket(PF_UNIX, SOCK_DGRAM, 0); in wpas_global_ctrl_iface_open_sock()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c1235 if ((s = socket(AF_INET, SOCK_DGRAM, 0)) == -1) in ifa_exists()
1267 if ((s = socket(AF_INET, SOCK_DGRAM, 0)) == -1) in ifa_grouplookup()
1538 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in host_v6()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_server.c339 s_server_config.socket_type = SOCK_DGRAM; in s_server_opt_protocol_version_dtls()
351 s_server_config.socket_type = SOCK_DGRAM; in s_server_opt_protocol_version_dtls1()
363 s_server_config.socket_type = SOCK_DGRAM; in s_server_opt_protocol_version_dtls1_2()
/dragonfly/usr.bin/tftp/
H A Dmain.c177 hints.ai_socktype = SOCK_DGRAM; in setpeer0()
/dragonfly/contrib/wpa_supplicant/src/radius/
H A Dradius_das.c517 s = socket(PF_INET, SOCK_DGRAM, 0); in radius_das_open_socket()
/dragonfly/usr.sbin/pflogd/
H A Dpflogd.c212 if ((s = socket(AF_INET, SOCK_DGRAM, 0)) == -1) in if_exists()
/dragonfly/sbin/ifconfig/
H A Daf_inet6.c200 if ((s6 = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) { in in6_status()
/dragonfly/tools/tools/net80211/wlaninject/
H A Dwlaninject.c58 if ((s = socket(PF_INET, SOCK_DGRAM, 0)) == -1) in setup_if()
/dragonfly/usr.sbin/ppp/libradius/
H A Dradlib.c738 if ((h->fd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) { in rad_continue_send_request()
985 if ((h->fd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) { in rad_init_send_request()
/dragonfly/libexec/tftpd/
H A Dtftpd.c287 peer = socket(from.ss_family, SOCK_DGRAM, 0); in main()
/dragonfly/usr.sbin/rwhod/
H A Drwhod.c254 if ((s = socket(AF_INET, SOCK_DGRAM, 0)) < 0) in main()
/dragonfly/usr.sbin/arp/
H A Darp.c703 sock = socket(AF_INET, SOCK_DGRAM, 0); in get_ether_addr()

12345678