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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dzmqshell.py8 def __init__(self, bind_address):
11 self.requester.connect(bind_address)
23 bind_address = sys.argv[1] if len(sys.argv) > 1 else "tcp://localhost:5555" variable in class:LavfiCmd
24 LavfiCmd(bind_address).cmdloop('FFmpeg libavfilter interactive shell')
H A Dzmqsend.c58 const char *bind_address = "tcp://localhost:5555"; local
66 bind_address = optarg;
106 if (zmq_connect(socket, bind_address) == -1) {
108 bind_address, zmq_strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_zmq.c40 char *bind_address; member in struct:__anon3362
47 { "bind_address", "set bind address", OFFSET(bind_address), AV_OPT_TYPE_STRING, {.str = "tcp://*:5555"}, 0, 0, FLAGS },
48 { "b", "set bind address", OFFSET(bind_address), AV_OPT_TYPE_STRING, {.str = "tcp://*:5555"}, 0, 0, FLAGS },
70 if (zmq_bind(zmq->responder, zmq->bind_address) == -1) {
73 zmq->bind_address, zmq_strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp-internal.h62 char *bind_address; /* address to use for binding the src */ member in struct:evrtsp_connection
H A Drtsp.c703 if (evcon->bind_address != NULL)
704 free(evcon->bind_address);
1391 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
1394 __func__, evcon->bind_address));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
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));
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp-internal.h63 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
H A Dhttp.c1032 if (evcon->bind_address != NULL)
1033 free(evcon->bind_address);
1052 if (evcon->bind_address)
1053 free(evcon->bind_address);
1054 if ((evcon->bind_address = strdup(address)) == NULL)
1818 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
1821 __func__, evcon->bind_address));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp-internal.h63 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
H A Dhttp.c1030 if (evcon->bind_address != NULL)
1031 free(evcon->bind_address);
1050 if (evcon->bind_address)
1051 free(evcon->bind_address);
1052 if ((evcon->bind_address = strdup(address)) == NULL)
1786 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
1789 __func__, evcon->bind_address));

Completed in 203 milliseconds