Home
last modified time | relevance | path

Searched refs:our_lsa (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dtftp.c297 len_and_sockaddr *our_lsa,
337 if (!ENABLE_TFTP || our_lsa) { /* tftpd */
344 xbind(socket_fd, &our_lsa->u.sa, our_lsa->len);
387 if (!ENABLE_TFTP || our_lsa) { /* tftpd */
587 if (!our_lsa) {
589 our_lsa = ((void*)(ptrdiff_t)-1); /* not NULL */
883 len_and_sockaddr *our_lsa; in tftpd_main() local
894 our_lsa = get_sock_lsa(STDIN_FILENO); in tftpd_main()
895 if (!our_lsa) { in tftpd_main()
904 peer_lsa = xzalloc(LSA_LEN_SIZE + our_lsa->len); in tftpd_main()
[all …]