Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet6/
HDip_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-head/sys/tools/syscalls/core/
HDsyscall.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-head/contrib/unbound/services/
HDlisten_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 …]
HDlisten_dnsport.h281 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv,
300 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
312 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
HDoutside_network.c2018 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,
/freebsd-head/sys/dev/ixl/
HDixl.h283 #define IXL_SET_NOPROTO(vsi, count) (vsi)->noproto = (count)
461 u64 noproto; member
HDif_ixl.c1796 return (vsi->noproto); in ixl_if_get_counter()
/freebsd-head/sys/netpfil/ipfw/nat64/
HDnat64_translate.h41 uint64_t noproto; /* Protocol not supported */ member
HDnat64lsn.c578 NAT64STAT_INC(&cfg->base.stats, noproto); in nat64lsn_reassemble4()
638 NAT64STAT_INC(&cfg->base.stats, noproto); in nat64lsn_translate4()
650 NAT64STAT_INC(&cfg->base.stats, noproto); in nat64lsn_translate4()
1676 NAT64STAT_INC(&cfg->base.stats, noproto); in nat64lsn_translate6()
HDnat64stl_control.c406 __COPY_STAT_FIELD(cfg, stats, noproto); in export_stats()
HDnat64clat_control.c401 __COPY_STAT_FIELD(cfg, stats, noproto); in export_stats()
HDnat64lsn_control.c283 __COPY_STAT_FIELD(cfg, stats, noproto); in export_stats()
/freebsd-head/sys/dev/iavf/
HDiavf_iflib.h274 u64 noproto; member
HDiavf_vc_common.c673 vsi->noproto = es->rx_unknown_protocol; in iavf_update_stats_counters()
HDif_iavf_iflib.c1493 return (vsi->noproto); in iavf_if_get_counter()
/freebsd-head/sys/dev/ixgbe/
HDixgbe.h462 u64 noproto; member
/freebsd-head/sbin/ipfw/
HDnat64stl.c427 (uintmax_t)stats.noproto); in nat64stl_stats()
HDnat64clat.c411 (uintmax_t)stats.noproto); in nat64clat_stats()
HDnat64lsn.c739 (uintmax_t)stats.noproto); in nat64lsn_stats()
/freebsd-head/contrib/unbound/daemon/
HDremote.c275 int noproto = 0; in add_open() local
285 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); in add_open()
327 fd = create_tcp_accept_sock(res, 1, &noproto, 0, in add_open()
333 if(fd == -1 && noproto) { in add_open()
/freebsd-head/contrib/unbound/testcode/
HDfake_event.c1734 int* ATTR_UNUSED(noproto), int ATTR_UNUSED(rcv), int ATTR_UNUSED(snd), in create_udp_sock() argument