Searched defs:to (Results 1 – 12 of 12) sorted by relevance
/busybox-1.35.0/libbb/ |
D | udp_io.c | 33 const struct sockaddr *to, in send_to_from() 121 struct sockaddr *from, struct sockaddr *to, in recv_from_to()
|
D | xfuncs_printf.c | 233 void FAST_FUNC xdup2(int from, int to) in xdup2() 241 void FAST_FUNC xmove_fd(int from, int to) in xmove_fd() 502 ssize_t FAST_FUNC xsendto(int s, const void *buf, size_t len, const struct sockaddr *to, in xsendto()
|
/busybox-1.35.0/docs/ |
D | Kconfig-language.txt | 221 choice to 'n' and no entry needs to be selected. choice in only""also
|
/busybox-1.35.0/networking/ |
D | ftpgetput.c | 170 static int pump_data_and_QUIT(int from, int to) in pump_data_and_QUIT()
|
D | dnsd.c | 515 len_and_sockaddr *lsa, *from, *to; in dnsd_main() local
|
D | traceroute.c | 402 struct sockaddr *to; /* response came to this (local) address */ member
|
D | ntpd.c | 815 const struct sockaddr *from, const struct sockaddr *to, socklen_t addrlen, in do_sendto() 2065 len_and_sockaddr *to; in recv_and_process_client_pkt() local
|
D | ftpd.c | 230 replace_char(char *str, char from, char to) in replace_char()
|
/busybox-1.35.0/networking/libiproute/ |
D | iprule.c | 159 uint32_t to = *(uint32_t*)RTA_DATA(tb[RTA_FLOW]); in print_rule() local
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcprelay.c | 182 static int sendto_ip4(int sock, const void *msg, int msg_len, struct sockaddr_in *to) in sendto_ip4()
|
/busybox-1.35.0/editors/ |
D | sed.c | 223 static unsigned parse_escapes(char *dest, const char *string, int len, char from, char to) in parse_escapes()
|
/busybox-1.35.0/shell/ |
D | ash.c | 5619 dup2_or_raise(int from, int to) in dup2_or_raise()
|