| /src/external/bsd/nsd/dist/ |
| remote.h | 104 * @param noproto: on error, this is set true if cause is that local sockets 108 int create_local_accept_sock(const char* path, int* noproto);
|
| metrics.c | 109 create_tcp_accept_sock(struct addrinfo* addr, int* noproto) 115 *noproto = 0; 120 *noproto = 1; 178 int noproto = 0; local 188 fd = create_local_accept_sock(ip, &noproto); 228 fd = create_tcp_accept_sock(res, &noproto); 232 if(fd == -1 && noproto) {
|
| remote.c | 375 create_tcp_accept_sock(struct addrinfo* addr, int* noproto) 381 *noproto = 0; 386 *noproto = 1; 444 int noproto = 0; local 454 fd = create_local_accept_sock(ip, &noproto); 494 fd = create_tcp_accept_sock(res, &noproto); 498 if(fd == -1 && noproto) { 3386 create_local_accept_sock(const char *path, int* noproto) 3431 (void)noproto; /*unused*/ 3441 *noproto = 1 [all...] |
| /src/external/bsd/unbound/dist/services/ |
| listen_dnsport.h | 269 * @param noproto: on error, this is set true if cause is that the 284 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv, 291 * @param noproto: if error caused by lack of protocol support. 303 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, 310 * @param noproto: on error, this is set true if cause is that local sockets 315 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
|
| listen_dnsport.c | 244 socklen_t addrlen, int v6only, int* inuse, int* noproto, 285 *noproto = 1; 291 *noproto = 1; 296 *noproto = 0; 313 *noproto = 0; 319 *noproto = 0; 412 *noproto = 0; 422 *noproto = 0; 457 *noproto = 0; 472 *noproto = 0 1056 int r, s, inuse, noproto; local [all...] |
| outside_network.c | 2018 int fd, noproto; local 2030 (struct sockaddr*)&sa, addrlen, 1, inuse, &noproto, 2036 (struct sockaddr*)addr, addrlen, 1, inuse, &noproto, 3590 int noproto = 0; local 3632 (struct sockaddr*)&sa, addrlen, 1, &inuse, &noproto, 3638 (struct sockaddr*)addr, addrlen, 1, &inuse, &noproto,
|
| /src/sys/net/ |
| if_ethersubr.c | 655 goto noproto; 664 noproto: 837 goto noproto; 896 goto noproto; 921 /* ethertype of 0-1500 is regarded as noproto */ 922 goto noproto; 965 goto noproto; 992 goto noproto; 1006 noproto:
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe.h | 634 u64 noproto; member in struct:ixgbe_softc
|
| /src/external/bsd/unbound/dist/daemon/ |
| remote.c | 279 int noproto = 0; local 289 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); 331 fd = create_tcp_accept_sock(res, 1, &noproto, 0, 337 if(fd == -1 && noproto) {
|
| /src/external/bsd/unbound/dist/testcode/ |
| fake_event.c | 1756 int* ATTR_UNUSED(noproto), int ATTR_UNUSED(rcv), int ATTR_UNUSED(snd),
|