/external/toybox/toys/pending/ |
D | tftpd.c | 30 long sfd; 83 if (sendto(TT.sfd, g_errpkt, strlen(errmsg)+5, 0, dstaddr, socklen) < 0) in send_errpkt() 100 pollfds[0].fd = TT.sfd; in do_action() 160 if (sendto(TT.sfd, spkt, (ptr - spkt), 0, dstaddr, socklen) <0) in do_action() 167 pollfds[0].fd = TT.sfd; in do_action() 252 TT.sfd = xsocket(dstaddr.ss_family, SOCK_DGRAM, 0); in tftpd_main() 253 if (setsockopt(TT.sfd, SOL_SOCKET, SO_REUSEADDR, (const void *)&set, in tftpd_main() 255 if (bind(TT.sfd, (void *)&srcaddr, socklen)) perror_exit("bind"); in tftpd_main() 256 if (connect(TT.sfd, (void *)&dstaddr, socklen) < 0) in tftpd_main()
|
D | telnet.c | 28 int sfd; 73 int wlen = write(TT.sfd, TT.iac, TT.piac); in flush_iac() 284 if(i) xwrite(TT.sfd, toybuf, i); in write_server() 309 TT.sfd = xconnect(*toys.optargs, port, 0, SOCK_STREAM, IPPROTO_TCP, 0); in telnet_main() 310 setsockopt(TT.sfd, SOL_SOCKET, SO_REUSEADDR, &set, sizeof(set)); in telnet_main() 311 setsockopt(TT.sfd, SOL_SOCKET, SO_KEEPALIVE, &set, sizeof(set)); in telnet_main() 315 pfds[1].fd = TT.sfd; in telnet_main() 333 len = read(TT.sfd, TT.buff, DATABUFSIZE); in telnet_main()
|
/external/dnsmasq/src/ |
D | network.c | 777 struct serverfd *sfd; in allocate_sfd() local 800 for (sfd = daemon->sfds; sfd; sfd = sfd->next ) in allocate_sfd() 801 if (sockaddr_isequal(&sfd->source_addr, addr) && in allocate_sfd() 802 mark == sfd->mark && in allocate_sfd() 803 strcmp(intname, sfd->interface) == 0) in allocate_sfd() 804 return sfd; in allocate_sfd() 808 if (!(sfd = whine_malloc(sizeof(struct serverfd)))) in allocate_sfd() 811 if ((sfd->fd = socket(addr->sa.sa_family, SOCK_DGRAM, 0)) == -1) in allocate_sfd() 813 free(sfd); in allocate_sfd() 817 if (!local_bind(sfd->fd, addr, intname, mark, 0) || !fix_fd(sfd->fd)) in allocate_sfd() [all …]
|
D | netlink.c | 288 if (daemon->srv_save->sfd) in nl_routechange() 289 fd = daemon->srv_save->sfd->fd; in nl_routechange()
|
D | forward.c | 299 if (start->sfd) in forward_query() 300 fd = start->sfd->fd; in forward_query()
|
D | dnsmasq.h | 335 struct serverfd *sfd; member
|
/external/curl/lib/ |
D | easy.c | 1050 curl_socket_t *sfd, in easy_connection() argument 1062 *sfd = Curl_getconnectinfo(data, connp); in easy_connection() 1064 if(*sfd == CURL_SOCKET_BAD) { in easy_connection() 1079 curl_socket_t sfd; in curl_easy_recv() local 1085 result = easy_connection(data, &sfd, &c); in curl_easy_recv() 1090 result = Curl_read(c, sfd, buffer, buflen, &n1); in curl_easy_recv() 1107 curl_socket_t sfd; in curl_easy_send() local 1113 result = easy_connection(data, &sfd, &c); in curl_easy_send() 1118 result = Curl_write(c, sfd, buffer, buflen, &n1); in curl_easy_send()
|
/external/strace/test/ |
D | .gitignore | 8 sfd
|
D | Makefile | 6 mtd ubi seccomp sfd mmap_offset_decode x32_lseek x32_mmap \
|
/external/ppp/pppd/ |
D | sys-linux.c | 2618 int i, mfd, sfd = -1; local 2637 if ((sfd = open(pty_name, O_RDWR | O_NOCTTY)) < 0) 2643 if (sfd < 0) { 2651 sfd = open(pty_name, O_RDWR | O_NOCTTY, 0); 2652 if (sfd >= 0) { 2653 fchown(sfd, uid, -1); 2654 fchmod(sfd, S_IRUSR | S_IWUSR); 2662 if (sfd < 0) 2667 *slave_fdp = sfd; 2668 if (tcgetattr(sfd, &tios) == 0) { [all …]
|
D | sys-solaris.c | 2748 int mfd, sfd; local 2770 sfd = open(pty_name, O_RDWR); 2771 if (sfd < 0) { 2776 if (ioctl(sfd, I_PUSH, "ptem") < 0) 2782 *slave_fdp = sfd;
|
/external/toybox/generated/ |
D | globals.h | 789 int sfd; member 833 long sfd; member
|
/external/elfutils/src/ |
D | readelf.c | 593 int sfd = mkstemp (tempname); in open_input_section() local 594 if (sfd == -1) in open_input_section() 603 if (write_retry (sfd, data->d_buf, size) != size) in open_input_section() 616 if (lseek (sfd, 0, SEEK_SET) == -1) in open_input_section() 622 return sfd; in open_input_section()
|
/external/deqp/data/gles2/shaders/ |
D | preprocessor.test | 34 /*sfd*/ # /* */
|
/external/deqp/data/gles3/shaders/ |
D | preprocessor.test | 43 /*sfd*/ # /* */
|