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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/nbt_server/dgram/
H A Drequest.c62 NTSTATUS nbtd_dgram_setup(struct nbtd_interface *iface, const char *bind_address) argument
115 bind_address, lp_dgram_port(iface->nbtsrv->task->lp_ctx));
125 bind_address, lp_dgram_port(iface->nbtsrv->task->lp_ctx), nt_errstr(status)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/nbt_server/dgram/
H A Drequest.c62 NTSTATUS nbtd_dgram_setup(struct nbtd_interface *iface, const char *bind_address) argument
115 bind_address, lp_dgram_port(iface->nbtsrv->task->lp_ctx));
125 bind_address, lp_dgram_port(iface->nbtsrv->task->lp_ctx), nt_errstr(status)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/nbt_server/dgram/
H A Drequest.c62 NTSTATUS nbtd_dgram_setup(struct nbtd_interface *iface, const char *bind_address) argument
115 bind_address, lp_dgram_port(iface->nbtsrv->task->lp_ctx));
125 bind_address, lp_dgram_port(iface->nbtsrv->task->lp_ctx), nt_errstr(status)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/nbt_server/
H A Dinterfaces.c154 const char *bind_address,
164 DEBUG(6,("nbtd_add_socket(%s, %s, %s, %s)\n", bind_address, address, bcast, netmask));
223 bind_address, lp_nbt_port(lp_ctx));
228 bind_address, lp_nbt_port(lp_ctx), nt_errstr(status)));
238 status = nbtd_dgram_setup(iface, bind_address);
241 bind_address, nt_errstr(status)));
152 nbtd_add_socket(struct nbtd_server *nbtsrv, struct loadparm_context *lp_ctx, const char *bind_address, const char *address, const char *bcast, const char *netmask) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/nbt_server/
H A Dinterfaces.c154 const char *bind_address,
164 DEBUG(6,("nbtd_add_socket(%s, %s, %s, %s)\n", bind_address, address, bcast, netmask));
223 bind_address, lp_nbt_port(lp_ctx));
228 bind_address, lp_nbt_port(lp_ctx), nt_errstr(status)));
238 status = nbtd_dgram_setup(iface, bind_address);
241 bind_address, nt_errstr(status)));
152 nbtd_add_socket(struct nbtd_server *nbtsrv, struct loadparm_context *lp_ctx, const char *bind_address, const char *address, const char *bcast, const char *netmask) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/nbt_server/
H A Dinterfaces.c154 const char *bind_address,
164 DEBUG(6,("nbtd_add_socket(%s, %s, %s, %s)\n", bind_address, address, bcast, netmask));
223 bind_address, lp_nbt_port(lp_ctx));
228 bind_address, lp_nbt_port(lp_ctx), nt_errstr(status)));
238 status = nbtd_dgram_setup(iface, bind_address);
241 bind_address, nt_errstr(status)));
152 nbtd_add_socket(struct nbtd_server *nbtsrv, struct loadparm_context *lp_ctx, const char *bind_address, const char *address, const char *bcast, const char *netmask) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Dhttp-internal.h72 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
H A Dhttp.c1166 if (evcon->bind_address != NULL)
1167 mm_free(evcon->bind_address);
1180 if (evcon->bind_address)
1181 mm_free(evcon->bind_address);
1182 if ((evcon->bind_address = mm_strdup(address)) == NULL)
2185 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
2188 __func__, evcon->bind_address));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Dhttp-internal.h72 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
H A Dhttp.c1166 if (evcon->bind_address != NULL)
1167 mm_free(evcon->bind_address);
1180 if (evcon->bind_address)
1181 mm_free(evcon->bind_address);
1182 if ((evcon->bind_address = mm_strdup(address)) == NULL)
2185 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
2188 __func__, evcon->bind_address));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Dhttp-internal.h72 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
H A Dhttp.c1166 if (evcon->bind_address != NULL)
1167 mm_free(evcon->bind_address);
1180 if (evcon->bind_address)
1181 mm_free(evcon->bind_address);
1182 if ((evcon->bind_address = mm_strdup(address)) == NULL)
2185 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
2188 __func__, evcon->bind_address));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dconnect.c184 /* Make sure this is called only once. opt.bind_address doesn't
196 al = lookup_host (opt.bind_address, LH_BIND | LH_SILENT);
202 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 Doptions.h197 char *bind_address; /* What local IP address to bind to. */ member in struct:options
H A Dinit.c140 { "bindaddress", &opt.bind_address, cmd_string },
1793 xfree_null (opt.bind_address);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dconnect.c184 /* Make sure this is called only once. opt.bind_address doesn't
196 al = lookup_host (opt.bind_address, LH_BIND | LH_SILENT);
202 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 Doptions.h197 char *bind_address; /* What local IP address to bind to. */ member in struct:options
H A Dinit.c140 { "bindaddress", &opt.bind_address, cmd_string },
1793 xfree_null (opt.bind_address);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dconnect.c184 /* Make sure this is called only once. opt.bind_address doesn't
196 al = lookup_host (opt.bind_address, LH_BIND | LH_SILENT);
202 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 Doptions.h197 char *bind_address; /* What local IP address to bind to. */ member in struct:options
H A Dinit.c140 { "bindaddress", &opt.bind_address, cmd_string },
1793 xfree_null (opt.bind_address);

Completed in 222 milliseconds