Home
last modified time | relevance | path

Searched defs:to (Results 1 – 12 of 12) sorted by relevance

/busybox-1.35.0/libbb/
Dudp_io.c33 const struct sockaddr *to, in send_to_from()
121 struct sockaddr *from, struct sockaddr *to, in recv_from_to()
Dxfuncs_printf.c233 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/
DKconfig-language.txt221 choice to 'n' and no entry needs to be selected. choice in only""also
/busybox-1.35.0/networking/
Dftpgetput.c170 static int pump_data_and_QUIT(int from, int to) in pump_data_and_QUIT()
Ddnsd.c515 len_and_sockaddr *lsa, *from, *to; in dnsd_main() local
Dtraceroute.c402 struct sockaddr *to; /* response came to this (local) address */ member
Dntpd.c815 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
Dftpd.c230 replace_char(char *str, char from, char to) in replace_char()
/busybox-1.35.0/networking/libiproute/
Diprule.c159 uint32_t to = *(uint32_t*)RTA_DATA(tb[RTA_FLOW]); in print_rule() local
/busybox-1.35.0/networking/udhcp/
Ddhcprelay.c182 static int sendto_ip4(int sock, const void *msg, int msg_len, struct sockaddr_in *to) in sendto_ip4()
/busybox-1.35.0/editors/
Dsed.c223 static unsigned parse_escapes(char *dest, const char *string, int len, char from, char to) in parse_escapes()
/busybox-1.35.0/shell/
Dash.c5619 dup2_or_raise(int from, int to) in dup2_or_raise()