Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtcpudp.c112 # undef SO_ORIGINAL_DST
113 # define SO_ORIGINAL_DST 80 macro
565 #ifdef SO_ORIGINAL_DST in tcpudpsvd_main()
570 if (tcp && getsockopt(0, SOL_IP, SO_ORIGINAL_DST, &local.u.sa, &local.len) == 0) { in tcpudpsvd_main()