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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Disrv_identd.c106 const char *bind_address = NULL; local
110 opt = getopt32(argv, "fiwb:", &bind_address);
139 fd = create_and_bind_stream_or_die(bind_address,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Doptions.h169 char *bind_address; /* What local IP address to bind to. */ member in struct:options
H A Dconnect.c191 /* Make sure this is called only once. opt.bind_address doesn't
203 al = lookup_host (opt.bind_address, LH_BIND | LH_SILENT);
209 exec_name, quote (opt.bind_address));
340 if (opt.bind_address)
451 bind_local (const ip_address *bind_address, int *port)
462 sock = socket (bind_address->family, SOCK_STREAM, 0);
471 sockaddr_set_data (sa, bind_address, *port);
494 print_address (bind_address), *port));
447 bind_local(const ip_address *bind_address, int *port) argument
H A Dinit.c119 { "bindaddress", &opt.bind_address, cmd_string },
1604 xfree_null (opt.bind_address);

Completed in 184 milliseconds