Searched refs:noproto (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/netinet6/
H A Dip_fw_nat64.h43 uint64_t noproto; /* Protocol not supported */ member in struct:ipfw_nat64stl_stats
56 uint64_t noproto; /* Protocol not supported */ member in struct:ipfw_nat64clat_stats
69 uint64_t noproto; /* Protocol not supported */ member in struct:ipfw_nat64lsn_stats
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.h220 * @param noproto: on error, this is set true if cause is that the
235 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv,
242 * @param noproto: if error caused by lack of protocol support.
253 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
260 * @param noproto: on error, this is set true if cause is that local sockets
265 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
H A Dlisten_dnsport.c198 socklen_t addrlen, int v6only, int* inuse, int* noproto,
239 *noproto = 1;
245 *noproto = 1;
250 *noproto = 0;
267 *noproto = 0;
273 *noproto = 0;
366 *noproto = 0;
376 *noproto = 0;
411 *noproto = 0;
421 *noproto
197 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, int freebind, int use_systemd, int dscp) argument
594 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, int* reuseport, int transparent, int mss, int nodelay, int freebind, int use_systemd, int dscp) argument
837 create_local_accept_sock(const char *path, int* noproto, int use_systemd) argument
922 int r, s, inuse, noproto; local
[all...]
H A Doutside_network.c1715 int fd, noproto; local
1727 (struct sockaddr*)&sa, addrlen, 1, inuse, &noproto,
1733 (struct sockaddr*)addr, addrlen, 1, inuse, &noproto,
3132 int noproto = 0; local
3174 (struct sockaddr*)&sa, addrlen, 1, &inuse, &noproto,
3180 (struct sockaddr*)addr, addrlen, 1, &inuse, &noproto,
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h43 uint64_t noproto; /* Protocol not supported */ member in struct:nat64_stats
H A Dnat64lsn.c346 NAT64STAT_INC(&cfg->base.stats, noproto);
358 NAT64STAT_INC(&cfg->base.stats, noproto);
1475 NAT64STAT_INC(&cfg->base.stats, noproto);
H A Dnat64clat_control.c405 __COPY_STAT_FIELD(cfg, stats, noproto);
H A Dnat64stl_control.c410 __COPY_STAT_FIELD(cfg, stats, noproto);
H A Dnat64lsn_control.c284 __COPY_STAT_FIELD(cfg, stats, noproto);
/freebsd-11-stable/sys/dev/ixl/
H A Dixl.h377 #define IXL_SET_NOPROTO(vsi, count) (vsi)->noproto = (count)
390 #define IXL_SET_NOPROTO(vsi, count) (vsi)->noproto = (count)
595 u64 noproto; member in struct:ixl_vsi
H A Dixl_txrx.c2038 return (vsi->noproto);
/freebsd-11-stable/sbin/ipfw/
H A Dnat64stl.c430 (uintmax_t)stats.noproto);
H A Dnat64clat.c414 (uintmax_t)stats.noproto);
H A Dnat64lsn.c736 (uintmax_t)stats.noproto);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe.h540 u64 noproto; member in struct:adapter
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c279 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) {
/freebsd-11-stable/testcode/
H A Dfake_event.c1618 int* ATTR_UNUSED(noproto), int ATTR_UNUSED(rcv), int ATTR_UNUSED(snd),

Completed in 124 milliseconds