Searched refs:xsetenv_proto (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/networking/ |
D | tcpudp.c | 157 static void xsetenv_proto(const char *proto, const char *n, const char *v) in xsetenv_proto() function 577 xsetenv_proto(proto, "LOCALADDR", local_addr); in tcpudpsvd_main() 578 xsetenv_proto(proto, "REMOTEADDR", remote_addr); in tcpudpsvd_main() 580 xsetenv_proto(proto, "LOCALHOST", local_hostname); in tcpudpsvd_main() 581 xsetenv_proto(proto, "REMOTEHOST", remote_hostname); in tcpudpsvd_main()
|