Home
last modified time | relevance | path

Searched refs:sendto (Results 1 – 25 of 76) sorted by relevance

1234

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDctrl_iface_udp.c331 sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from,
335 sendto(sock, "FAIL\n", 5, 0, (struct sockaddr *) &from,
338 sendto(sock, "OK\n", 3, 0, (struct sockaddr *) &from,
546 if (sendto(sock, sbuf, llen + len, 0,
687 sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from,
691 sendto(sock, "FAIL\n", 5, 0, (struct sockaddr *) &from,
694 sendto(sock, "OK\n", 3, 0, (struct sockaddr *) &from,
HDwpa_priv.c214 sendto(iface->fd, buf, pos - buf, 0, (struct sockaddr *) from, fromlen); in wpa_priv_get_scan_results2()
223 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, fromlen); in wpa_priv_get_scan_results2()
237 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, fromlen); in wpa_priv_cmd_get_scan_results()
353 sendto(iface->fd, bssid, ETH_ALEN, 0, (struct sockaddr *) from, in wpa_priv_cmd_get_bssid()
358 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, fromlen); in wpa_priv_cmd_get_bssid()
380 sendto(iface->fd, ssid, sizeof(ssid), 0, (struct sockaddr *) from, in wpa_priv_cmd_get_ssid()
385 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, fromlen); in wpa_priv_cmd_get_ssid()
433 sendto(iface->fd, &capa, sizeof(capa), 0, (struct sockaddr *) from, in wpa_priv_cmd_get_capa()
438 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, fromlen); in wpa_priv_cmd_get_capa()
529 res = sendto(iface->fd, own_addr, ETH_ALEN, 0, in wpa_priv_cmd_l2_register()
HDctrl_iface_unix.c195 if (sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from, in wpa_supplicant_ctrl_iface_receive()
1013 if (sendto(priv->sock, "OK\n", 3, 0, in wpa_supplicant_ctrl_iface_wait()
1022 if (sendto(priv->sock, "FAIL\n", 5, 0, in wpa_supplicant_ctrl_iface_wait()
1031 if (sendto(priv->sock, "FAIL\n", 5, 0, in wpa_supplicant_ctrl_iface_wait()
1101 if (sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from, in wpa_supplicant_global_ctrl_iface_receive()
/dragonfly/usr.bin/tftp/
HDtftp.c129 n = sendto(f, dp, size + 4, 0, in xmitfile()
243 if (sendto(f, ackbuf, size, 0, (struct sockaddr *)&peer, in recvfile()
310 (void) sendto(f, ackbuf, 4, 0, (struct sockaddr *)&peer, in recvfile()
377 if (sendto(f, ackbuf, length, 0, peer, peer->sa_len) != length) in nak()
/dragonfly/usr.bin/talk/
HDinvite.c178 if (sendto(ctl_sockt, &msg, sizeof (msg), 0, in send_delete()
184 if (sendto(ctl_sockt, &msg, sizeof (msg), 0, in send_delete()
HDctl_transact.c67 cc = sendto(ctl_sockt, (char *)&lmsg, sizeof (lmsg), 0, in ctl_transact()
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
HDtime.h475 # undef sendto
476 # define sendto sendto_used_without_including_sys_socket_h macro
504 _GL_WARN_ON_USE (sendto,
/dragonfly/usr.sbin/inetd/
HDbuiltins.c152 sendto(s, text, sizeof(text), 0, (struct sockaddr *)&ss, size); in chargen_dg()
211 sendto(s, buffer, strlen(buffer), 0, (struct sockaddr *)&ss, size); in daytime_dg()
280 sendto(s, buffer, i, 0, (struct sockaddr *)&ss, size); in echo_dg()
708 sendto(s, (char *) &result, sizeof(result), 0, in machtime_dg()
/dragonfly/test/udp/sendwildcard/
HDudp_sendwildcard.c67 n = sendto(s, buf, sizeof(buf), 0, in main()
/dragonfly/test/udp/disconnsend/
HDudp_disconnsend.c62 n = sendto(s, buf, sizeof(buf), 0, in main()
/dragonfly/libexec/talkd/
HDtalkd.c107 cc = sendto(sockt, (char *)&response, in main()
/dragonfly/usr.sbin/ngctl/
HDwrite.c102 if (sendto(dsock, buf, len, in WriteCmd()
/dragonfly/test/unix/unconn_dgram/
HDunconn_dgram.c28 n = sendto(s, UNCONN_DGRAM_PATH, sizeof(UNCONN_DGRAM_PATH), 0, in test_send_unconn_dgram()
/dragonfly/test/udp/conn2send/
HDudp_conn2send.c80 n = sendto(s, buf, sizeof(buf), 0, in main()
/dragonfly/libexec/bootpd/bootpgw/
HDbootpgw.c591 if (sendto(s, pktbuf, pktlen, 0, in handle_request()
656 if (sendto(s, pktbuf, pktlen, 0, in handle_reply()
/dragonfly/test/udp/bindsend/
HDudp_bindsend.c84 n = sendto(s, buf, sizeof(buf), 0, in main()
/dragonfly/sbin/natd/
HDicmp.c116 wrote = sendto(sock, in SendNeedFragIcmp()
/dragonfly/lib/libc_rtld/
HDMakefile28 recvmsg.o sched_yield.o select.o sendfile.o sendmsg.o sendto.o \
/dragonfly/contrib/wpa_supplicant/src/wps/
HDwps_upnp_ssdp.c246 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), in advertisement_state_machine_stop()
291 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0, in advertisement_state_machine_handler()
408 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0, in msearchreply_state_machine_handler()
/dragonfly/test/mcast/
HDmcast.c111 n = sendto(s, &mreq, sizeof(mreq), 0, in main()
/dragonfly/test/udp/bindconnfail/
HDudp_bindconnfail.c93 n = sendto(s2, buf, sizeof(buf), 0, in main()
/dragonfly/tools/tools/net80211/wesside/udps/
HDudps.c87 if( sendto(s, buf, 6, 0, (struct sockaddr *)s_in, sizeof(*s_in)) != 6) { in own()
/dragonfly/test/udp/mcastsend/
HDmcastsend.c128 n = sendto(s, buf, sizeof(buf), 0, in main()
/dragonfly/tools/tools/netrate/udpecho/
HDudpecho.c155 sendto(s, buf, n, 0, in mainloop()
/dragonfly/usr.sbin/rip6query/
HDrip6query.c149 if (sendto(s, ripbuf, RIPSIZE(1), 0, (struct sockaddr *)&sin6, in main()

1234