Home
last modified time | relevance | path

Searched refs:port_str (Results 1 – 13 of 13) sorted by relevance

/external/honggfuzz/libhfnetdriver/
Dnetdriver.c260 const char *port_str = getenv(HFND_TCP_PORT_ENV); in netDriver_getTCPPort() local
261 if (port_str) { in netDriver_getTCPPort()
263 signed long portsl = strtol(port_str, NULL, 0); in netDriver_getTCPPort()
265 PLOG_F("Couldn't convert '%s'='%s' to a number", HFND_TCP_PORT_ENV, port_str); in netDriver_getTCPPort()
268 LOG_F("Specified TCP port '%s'='%s' (%ld) cannot be < 1", HFND_TCP_PORT_ENV, port_str, in netDriver_getTCPPort()
273 port_str, portsl); in netDriver_getTCPPort()
/external/autotest/client/cros/cellular/
Dether_io_rf_switch.py126 port_str = 'Invalid'
128 port_str = str(port)
129 print 'Port %s (0x%x)' % (port_str, raw_status)
/external/boringssl/src/crypto/bio/
Dsocket_helper.c45 const char *port_str) { in OPENSSL_MSVC_PRAGMA()
55 ret = getaddrinfo(hostname, port_str, &hint, &result); in OPENSSL_MSVC_PRAGMA()
Dinternal.h88 const char *port_str);
Dconnect.c528 int BIO_set_conn_port(BIO *bio, const char *port_str) { in BIO_set_conn_port() argument
529 return BIO_ctrl(bio, BIO_C_SET_CONNECT, 1, (void*) port_str); in BIO_set_conn_port()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_udp.c381 char port_str[40]; local
450 os_snprintf(port_str, sizeof(port_str), "udp:%d", port);
452 wpa_s->conf->ctrl_interface = os_strdup(port_str);
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc326 std::string port_str(GetWindowText(edit2_)); in OnDefaultAction() local
327 int port = port_str.length() ? atoi(port_str.c_str()) : 0; in OnDefaultAction()
/external/curl/tests/server/
Dsws.c2025 char port_str[11]; in main() local
2026 const char *location_str = port_str; in main()
2063 location_str = port_str; in main()
2070 location_str = port_str; in main()
2141 msnprintf(port_str, sizeof(port_str), "port %hu", port); in main()
/external/boringssl/src/include/openssl/
Dbio.h551 OPENSSL_EXPORT int BIO_set_conn_port(BIO *bio, const char *port_str);
/external/selinux/python/semanage/
Dseobject.py1211 port_str = "%s-%s" % (low, high)
1213 (k, proto_d, low, high) = self.__genkey(port_str, proto_str)
1215 raise ValueError(_("Could not create a key for %s") % port_str)
1219 raise ValueError(_("Could not delete the port %s") % port_str)
1223 port_str = low
1225 …self.mylog.log_change("resrc=port op=delete lport=%s proto=%s" % (port_str, socket.getprotobyname(…
/external/selinux/libsepol/src/
Dkernel_to_cil.c2873 char port_str[4]; in write_selinux_ibendport_rules_to_cil() local
2879 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port); in write_selinux_ibendport_rules_to_cil()
2892 ibendportcon->u.ibendport.dev_name, port_str, ctx); in write_selinux_ibendport_rules_to_cil()
Dkernel_to_conf.c2735 char port_str[4]; in write_selinux_ibendport_rules_to_conf() local
2741 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port); in write_selinux_ibendport_rules_to_conf()
2753 sepol_printf(out, "ibendportcon %s %s %s\n", ibendportcon->u.ibendport.dev_name, port_str, ctx); in write_selinux_ibendport_rules_to_conf()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c3490 char port_str[40], *tmp; in hostapd_ctrl_iface_init() local
3555 os_snprintf(port_str, sizeof(port_str), "udp:%d", port); in hostapd_ctrl_iface_init()
3556 tmp = os_strdup(port_str); in hostapd_ctrl_iface_init()