| /freebsd-head/sys/netinet6/ |
| HD | ip_fw_nat64.h | 41 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/ |
| HD | syscall.lua | 78 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/ |
| HD | listen_dnsport.c | 241 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 …]
|
| HD | listen_dnsport.h | 281 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);
|
| HD | 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,
|
| /freebsd-head/sys/dev/ixl/ |
| HD | ixl.h | 283 #define IXL_SET_NOPROTO(vsi, count) (vsi)->noproto = (count) 461 u64 noproto; member
|
| HD | if_ixl.c | 1796 return (vsi->noproto); in ixl_if_get_counter()
|
| /freebsd-head/sys/netpfil/ipfw/nat64/ |
| HD | nat64_translate.h | 41 uint64_t noproto; /* Protocol not supported */ member
|
| HD | nat64lsn.c | 578 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()
|
| HD | nat64stl_control.c | 406 __COPY_STAT_FIELD(cfg, stats, noproto); in export_stats()
|
| HD | nat64clat_control.c | 401 __COPY_STAT_FIELD(cfg, stats, noproto); in export_stats()
|
| HD | nat64lsn_control.c | 283 __COPY_STAT_FIELD(cfg, stats, noproto); in export_stats()
|
| /freebsd-head/sys/dev/iavf/ |
| HD | iavf_iflib.h | 274 u64 noproto; member
|
| HD | iavf_vc_common.c | 673 vsi->noproto = es->rx_unknown_protocol; in iavf_update_stats_counters()
|
| HD | if_iavf_iflib.c | 1493 return (vsi->noproto); in iavf_if_get_counter()
|
| /freebsd-head/sys/dev/ixgbe/ |
| HD | ixgbe.h | 462 u64 noproto; member
|
| /freebsd-head/sbin/ipfw/ |
| HD | nat64stl.c | 427 (uintmax_t)stats.noproto); in nat64stl_stats()
|
| HD | nat64clat.c | 411 (uintmax_t)stats.noproto); in nat64clat_stats()
|
| HD | nat64lsn.c | 739 (uintmax_t)stats.noproto); in nat64lsn_stats()
|
| /freebsd-head/contrib/unbound/daemon/ |
| HD | remote.c | 275 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/ |
| HD | fake_event.c | 1734 int* ATTR_UNUSED(noproto), int ATTR_UNUSED(rcv), int ATTR_UNUSED(snd), in create_udp_sock() argument
|