Searched refs:port_str (Results 1 - 25 of 52) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/drivers/
H A Dmcast_kern.c64 char *port_str = NULL, *ttl_str = NULL, *remain; local
72 remain = split_if_spec(str, mac_out, &init->addr, &port_str, &ttl_str,
80 if (port_str != NULL) {
81 init->port = simple_strtoul(port_str, &last, 10);
82 if ((*last != '\0') || (last == port_str)) {
84 port_str);
H A Dvde_kern.c73 char *remain, *port_str = NULL, *mode_str = NULL, *last; local
82 remain = split_if_spec(str, &init->vde_switch, mac_out, &port_str,
89 if (port_str != NULL) {
90 init->port = simple_strtoul(port_str, &last, 10);
91 if ((*last != '\0') || (last == port_str)) {
93 port_str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/drivers/
H A Dmcast_kern.c64 char *port_str = NULL, *ttl_str = NULL, *remain; local
72 remain = split_if_spec(str, mac_out, &init->addr, &port_str, &ttl_str,
80 if (port_str != NULL) {
81 init->port = simple_strtoul(port_str, &last, 10);
82 if ((*last != '\0') || (last == port_str)) {
84 port_str);
H A Dvde_kern.c73 char *remain, *port_str = NULL, *mode_str = NULL, *last; local
82 remain = split_if_spec(str, &init->vde_switch, mac_out, &port_str,
89 if (port_str != NULL) {
90 init->port = simple_strtoul(port_str, &last, 10);
91 if ((*last != '\0') || (last == port_str)) {
93 port_str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/kdc/
H A Dkdc_locl.h51 extern const char *port_str;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/kdc/
H A Dkdc_locl.h51 extern const char *port_str;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/kdc/
H A Dkdc_locl.h51 extern const char *port_str;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dser-tcp.c69 char *port_str, hostname[100]; local
89 port_str = strchr (name, ':');
91 if (!port_str)
94 tmp = min (port_str - name, (int) sizeof hostname - 1);
97 port = atoi (port_str + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dser-tcp.c69 char *port_str, hostname[100]; local
89 port_str = strchr (name, ':');
91 if (!port_str)
94 tmp = min (port_str - name, (int) sizeof hostname - 1);
97 port = atoi (port_str + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Ddv-sockser.c130 const char *port_str;
145 port_str = strchr (sockser_addr, ':');
146 if (!port_str)
152 tmp = port_str - sockser_addr;
157 port = atoi (port_str + 1);
127 const char *port_str; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Ddv-sockser.c130 const char *port_str;
145 port_str = strchr (sockser_addr, ':');
146 if (!port_str)
152 tmp = port_str - sockser_addr;
157 port = atoi (port_str + 1);
127 const char *port_str; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dser-tcp.c69 char *port_str, hostname[100]; local
89 port_str = strchr (name, ':');
91 if (!port_str)
94 tmp = min (port_str - name, (int) sizeof hostname - 1);
97 port = atoi (port_str + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Ddv-sockser.c130 const char *port_str;
145 port_str = strchr (sockser_addr, ':');
146 if (!port_str)
152 tmp = port_str - sockser_addr;
157 port = atoi (port_str + 1);
127 const char *port_str; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dconnecthostport.c71 char port_str[8]; local
155 snprintf(port_str, sizeof(port_str), "%hu", port);
173 n = getaddrinfo(tmp_host, port_str, &hints, &ai);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dconnecthostport.c71 char port_str[8]; local
155 snprintf(port_str, sizeof(port_str), "%hu", port);
173 n = getaddrinfo(tmp_host, port_str, &hints, &ai);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dconnecthostport.c71 char port_str[8]; local
155 snprintf(port_str, sizeof(port_str), "%hu", port);
173 n = getaddrinfo(tmp_host, port_str, &hints, &ai);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_network.c503 char port_str[BUFSIZ]; local
505 snprintf (port_str, sizeof(port_str), "%d", port);
506 port_str[sizeof (port_str) - 1] = '\0';
508 ret = getaddrinfo (address, port_str, &req, &ainfo_save);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_network.c503 char port_str[BUFSIZ]; local
505 snprintf (port_str, sizeof(port_str), "%d", port);
506 port_str[sizeof (port_str) - 1] = '\0';
508 ret = getaddrinfo (address, port_str, &req, &ainfo_save);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_network.c503 char port_str[BUFSIZ]; local
505 snprintf (port_str, sizeof(port_str), "%d", port);
506 port_str[sizeof (port_str) - 1] = '\0';
508 ret = getaddrinfo (address, port_str, &req, &ainfo_save);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dgdbreplay.c188 char *port_str; local
194 port_str = strchr (name, ':');
196 port = atoi (port_str + 1);
H A Dremote-utils.c115 char *port_str; local
117 port_str = strchr (name, ':');
118 if (port_str == NULL)
189 char *port_str; local
195 port_str = strchr (name, ':');
197 port = atoi (port_str + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/gdbserver/
H A Dgdbreplay.c188 char *port_str; local
194 port_str = strchr (name, ':');
196 port = atoi (port_str + 1);
H A Dremote-utils.c115 char *port_str; local
117 port_str = strchr (name, ':');
118 if (port_str == NULL)
189 char *port_str; local
195 port_str = strchr (name, ':');
197 port = atoi (port_str + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/gdbserver/
H A Dgdbreplay.c188 char *port_str; local
194 port_str = strchr (name, ':');
196 port = atoi (port_str + 1);
H A Dremote-utils.c115 char *port_str; local
117 port_str = strchr (name, ':');
118 if (port_str == NULL)
189 char *port_str; local
195 port_str = strchr (name, ':');
197 port = atoi (port_str + 1);

Completed in 180 milliseconds

123