Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c256 *noproto = 1; in create_udp_sock()
262 *noproto = 1; in create_udp_sock()
267 *noproto = 0; in create_udp_sock()
284 *noproto = 0; in create_udp_sock()
290 *noproto = 0; in create_udp_sock()
501 *noproto = 0; in create_udp_sock()
517 *noproto = 0; in create_udp_sock()
634 *noproto = 0; in create_udp_sock()
665 *noproto = 0; in create_udp_sock()
696 *noproto = 0; in create_tcp_accept_sock()
[all …]
H A Dlisten_dnsport.h265 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv,
283 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
295 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,
3561 int noproto = 0; local
3603 (struct sockaddr*)&sa, addrlen, 1, &inuse, &noproto,
3609 (struct sockaddr*)addr, addrlen, 1, &inuse, &noproto,
/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/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.h458 u64 noproto; member
/freebsd/sys/tools/
H A Dmakesyscalls.lua1295 local noproto = config.abi_flags ~= "" and not changes_abi
1321 noproto = false
1349 if noproto or flags & known_flags.SYSMUX ~= 0 then
/freebsd/sbin/ipfw/
H A Dnat64clat.c411 (uintmax_t)stats.noproto); in nat64clat_stats()
H A Dnat64stl.c427 (uintmax_t)stats.noproto); in nat64stl_stats()
H A Dnat64lsn.c725 (uintmax_t)stats.noproto); in nat64lsn_stats()
/freebsd/contrib/unbound/daemon/
H A Dremote.c243 int noproto = 0; in add_open() local
253 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); in add_open()
295 fd = create_tcp_accept_sock(res, 1, &noproto, 0, in add_open()
301 if(fd == -1 && noproto) { in add_open()