Searched defs:reuseport (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/unbound/daemon/
H A Ddaemon.h86 int reuseport; member in struct:daemon
/freebsd-10-stable/contrib/unbound/services/
H A Dlisten_dnsport.c97 create_udp_sock(int family, int socktype, struct sockaddr* addr, socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv, int snd, int listen, int* reuseport, int transparent) argument
485 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, int* reuseport, int transparent) argument
679 make_sock(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent) argument
728 make_sock_port(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent) argument
853 ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp, struct addrinfo *hints, const char* port, struct listen_port** list, size_t rcv, size_t snd, int ssl_port, int* reuseport, int transparent) argument
1030 listening_ports_open(struct config_file* cfg, int* reuseport) argument
[all...]
/freebsd-10-stable/sys/netinet6/
H A Din6_pcb.c118 int reuseport = (so->so_options & SO_REUSEPORT); local
/freebsd-10-stable/sys/netinet/
H A Din_pcb.c516 int lookupflags = 0, reuseport = (so->so_options & SO_REUSEPORT); local

Completed in 393 milliseconds