| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-relay.c | 63 uint16_t tcp_port; variable 410 tcp_port = port; 461 udp_port = tcp_port = 53;
|
| /src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| tcp-comms.c | 59 static int tcp_port; variable 72 tcp_port = port ? : DEFAULT_TCP_PORT; 89 addr.sin6_port = htons(tcp_port); 94 syslog(LOG_ERR, "Can't bind to port %d, is clvmd already running ?", tcp_port); 344 addr.sin6_port = htons(tcp_port);
|
| /src/external/bsd/nsd/dist/ |
| nsd.c | 329 const char *node, const char *udp_port, const char *tcp_port, 375 (r = getaddrinfo(node, tcp_port, &ai[1], &addrs[1])) == 0) 405 setup_socket(&(*tcp)[i], node, tcp_port, &ai[1]); 464 const char *node, const char *udp_port, const char *tcp_port, 477 udp, tcp, ifs, node, udp_port, tcp_port, hints); 504 setup_socket(&(*tcp)[i], ip->address, tcp_port, &ai); 871 const char *tcp_port = 0; local 1005 tcp_port = optarg; 1157 tcp_port = nsd.options->port; 1160 tcp_port = TCP_PORT [all...] |
| /src/external/bsd/libpcap/dist/ |
| nametoaddr.c | 312 int tcp_port = -1; local 348 tcp_port = ntohs(in4->sin_port); 354 tcp_port = ntohs(in6->sin6_port); 413 if (tcp_port >= 0) { 414 *port = tcp_port; 417 if (udp_port == tcp_port)
|
| gencode.c | 6890 int tcp_port = -1; local 6913 tcp_port = nametoport(cstate, cpy, IPPROTO_TCP); 6914 if (tcp_port == -2) { 6940 if (tcp_port >= 0) { 6941 val = (bpf_u_int32)tcp_port; 6944 if (udp_port == tcp_port)
|
| /src/external/bsd/wpa/dist/src/ap/ |
| dpp_hostapd.c | 376 int tcp_port) 396 ipaddr, tcp_port, 841 int tcp_port = DPP_TCP_PORT; local 858 pos = os_strstr(cmd, " tcp_port="); 861 tcp_port = atoi(pos); 874 tcp_port = peer_bi->port; 959 &ipaddr, tcp_port, hapd->conf->dpp_name, 3222 int tcp_port = DPP_TCP_PORT; local 3228 pos = os_strstr(cmd, " tcp_port="); 3231 tcp_port = atoi(pos) [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| dpp_supplicant.c | 840 int tcp_port = DPP_TCP_PORT; local 860 pos = os_strstr(cmd, " tcp_port="); 863 tcp_port = atoi(pos); 876 tcp_port = peer_bi->port; 970 return dpp_tcp_init(wpa_s->dpp, auth, &ipaddr, tcp_port, 3029 int tcp_port) 3049 return dpp_tcp_pkex_init(wpa_s->dpp, pkex, ipaddr, tcp_port, 4667 int tcp_port = DPP_TCP_PORT; local 4673 pos = os_strstr(cmd, " tcp_port="); 4676 tcp_port = atoi(pos) [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| dpp.h | 443 int tcp_port; member in struct:dpp_controller_config
|