Home
last modified time | relevance | path

Searched refs:noproto (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/netinet6/
H A Dip_fw_nat64.h41 uint64_t noproto; /* Protocol not supported */ member
54 uint64_t noproto; /* Protocol not supported */ member
67 uint64_t noproto; /* Protocol not supported */ member
/freebsd/sys/tools/syscalls/core/
H A Dsyscall.lua78 self.noproto = not util.isEmpty(config.abi_flags) and
98 self.noproto = false
115 if self.noproto or self.type.SYSMUX then
490 self.noproto = false
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c241 socklen_t addrlen, int v6only, int* inuse, int* noproto, in create_udp_sock() argument
282 *noproto = 1; in create_udp_sock()
288 *noproto = 1; in create_udp_sock()
293 *noproto = 0; in create_udp_sock()
310 *noproto = 0; in create_udp_sock()
316 *noproto = 0; in create_udp_sock()
409 *noproto = 0; in create_udp_sock()
419 *noproto = 0; in create_udp_sock()
454 *noproto = 0; in create_udp_sock()
464 *noproto = 0; in create_udp_sock()
[all …]
H A Dlisten_dnsport.h280 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv,
299 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
311 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
H A Doutside_network.c2003 int fd, noproto; local
2015 (struct sockaddr*)&sa, addrlen, 1, inuse, &noproto,
2021 (struct sockaddr*)addr, addrlen, 1, inuse, &noproto,
3575 int noproto = 0; local
3617 (struct sockaddr*)&sa, addrlen, 1, &inuse, &noproto,
3623 (struct sockaddr*)addr, addrlen, 1, &inuse, &noproto,
/freebsd/sys/dev/ixl/
H A Dixl.h283 #define IXL_SET_NOPROTO(vsi, count) (vsi)->noproto = (count)
461 u64 noproto; member
H A Dif_ixl.c1796 return (vsi->noproto); in ixl_if_get_counter()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h41 uint64_t noproto; /* Protocol not supported */ member
H A Dnat64lsn.c576 NAT64STAT_INC(&cfg->base.stats, noproto); in nat64lsn_reassemble4()
636 NAT64STAT_INC(&cfg->base.stats, noproto); in nat64lsn_translate4()
648 NAT64STAT_INC(&cfg->base.stats, noproto); in nat64lsn_translate4()
1525 NAT64STAT_INC(&cfg->base.stats, noproto); in nat64lsn_translate6()
H A Dnat64clat_control.c401 __COPY_STAT_FIELD(cfg, stats, noproto); in export_stats()
H A Dnat64stl_control.c406 __COPY_STAT_FIELD(cfg, stats, noproto); in export_stats()
H A Dnat64lsn_control.c276 __COPY_STAT_FIELD(cfg, stats, noproto); in export_stats()
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h274 u64 noproto; member
H A Diavf_vc_common.c673 vsi->noproto = es->rx_unknown_protocol; in iavf_update_stats_counters()
H A Dif_iavf_iflib.c1496 return (vsi->noproto); in iavf_if_get_counter()
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h462 u64 noproto; member
/freebsd/sbin/ipfw/
H A Dnat64stl.c427 (uintmax_t)stats.noproto); in nat64stl_stats()
H A Dnat64clat.c411 (uintmax_t)stats.noproto); in nat64clat_stats()
H A Dnat64lsn.c725 (uintmax_t)stats.noproto); in nat64lsn_stats()
/freebsd/contrib/unbound/daemon/
H A Dremote.c251 int noproto = 0; in add_open() local
261 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); in add_open()
303 fd = create_tcp_accept_sock(res, 1, &noproto, 0, in add_open()
309 if(fd == -1 && noproto) { in add_open()