Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/devtools/
Ddevtools_manager_delegate.cc79 std::string port_str = in CreateSocketFactory() local
81 if (base::StringToInt(port_str, &temp_port) && temp_port >= 1024 && in CreateSocketFactory()
/third_party/libcoap/examples/
Detsi_iot_01.c580 char port_str[NI_MAXSERV] = "5683"; in main() local
592 strncpy(port_str, optarg, NI_MAXSERV-1); in main()
593 port_str[NI_MAXSERV - 1] = '\0'; in main()
606 ctx = get_context(addr_str, port_str); in main()
Dcoap-rd.c780 char port_str[NI_MAXSERV] = "5683"; in main() local
829 strncpy(port_str, optarg, NI_MAXSERV-1); in main()
830 port_str[NI_MAXSERV - 1] = '\0'; in main()
845 ctx = get_context(addr_str, port_str); in main()
Dcoap-client.c1417 char port_str[NI_MAXSERV] = "0"; in main() local
1476 strncpy(port_str, optarg, NI_MAXSERV - 1); in main()
1477 port_str[NI_MAXSERV - 1] = '\0'; in main()
1615 node_str[0] ? node_str : NULL, port_str, in main()
Dcoap-server.c2578 char port_str[NI_MAXSERV] = "5683"; in main() local
2676 strncpy(port_str, optarg, NI_MAXSERV-1); in main()
2677 port_str[NI_MAXSERV - 1] = '\0'; in main()
2720 ctx = get_context(addr_str, port_str); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface_udp.c382 char port_str[40]; local
451 os_snprintf(port_str, sizeof(port_str), "udp:%d", port);
453 wpa_s->conf->ctrl_interface = os_strdup(port_str);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface_udp.c398 char port_str[40]; local
467 os_snprintf(port_str, sizeof(port_str), "udp:%d", port);
469 wpa_s->conf->ctrl_interface = os_strdup(port_str);
/third_party/curl/tests/server/
Dsws.c1886 char port_str[11]; in main() local
1887 const char *location_str = port_str; in main()
1936 location_str = port_str; in main()
1943 location_str = port_str; in main()
2177 msnprintf(port_str, sizeof(port_str), "port %hu", port); in main()
/third_party/selinux/libsepol/src/
Dkernel_to_cil.c2912 char port_str[4]; in write_selinux_ibendport_rules_to_cil() local
2918 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port); in write_selinux_ibendport_rules_to_cil()
2931 ibendportcon->u.ibendport.dev_name, port_str, ctx); in write_selinux_ibendport_rules_to_cil()
Dkernel_to_conf.c2787 char port_str[4]; in write_selinux_ibendport_rules_to_conf() local
2793 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port); in write_selinux_ibendport_rules_to_conf()
2805 sepol_printf(out, "ibendportcon %s %s %s\n", ibendportcon->u.ibendport.dev_name, port_str, ctx); in write_selinux_ibendport_rules_to_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c3513 char port_str[40], *tmp; in hostapd_ctrl_iface_init() local
3578 os_snprintf(port_str, sizeof(port_str), "udp:%d", port); in hostapd_ctrl_iface_init()
3579 tmp = os_strdup(port_str); in hostapd_ctrl_iface_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c4158 char port_str[40], *tmp; in hostapd_ctrl_iface_init() local
4223 os_snprintf(port_str, sizeof(port_str), "udp:%d", port); in hostapd_ctrl_iface_init()
4224 tmp = os_strdup(port_str); in hostapd_ctrl_iface_init()