Searched refs:o_lport (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c668 unsigned o_lport = 0; local
711 o_lport = bb_lookup_port(str_p, o_udpmode ? "udp" : "tcp", 0);
712 if (!o_lport)
736 /* if o_lport is still 0, then we will use random port */
737 ouraddr = xhost2sockaddr(str_s, o_lport);
745 if (o_lport)
746 set_nport(ouraddr, htons(o_lport));
757 if (!o_lport)

Completed in 74 milliseconds