Home
last modified time | relevance | path

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

/freebsd-11-stable/cddl/lib/libdtrace/
HDsocket.d212 #pragma D binding "1.13" AF_MAX
213 inline int AF_MAX = 42; variable
301 inline int PF_MAX = AF_MAX;
/freebsd-11-stable/sys/net/
HDroute.c186 KASSERT(fam >= 0 && fam < (AF_MAX+1), ("%s: fam out of bounds.", in rt_tables_get_rnh_ptr()
192 rnh += table * (AF_MAX+1) + fam; in rt_tables_get_rnh_ptr()
283 V_rt_tables = malloc(rt_numfibs * (AF_MAX+1) * in vnet_route_init()
995 for (i = 1; i <= AF_MAX; i++) { in rt_foreach_fib_walk()
1077 end = AF_MAX; in rt_foreach_fib_walk_del()
1152 KASSERT((af >= 1 && af <= AF_MAX), ("%s: af %d not >= 1 and <= %d", in rt_flushifroutes_af()
1153 __func__, af, AF_MAX)); in rt_flushifroutes_af()
1365 for (i = 1; i <= AF_MAX; i++) { in rt_updatemtu()
HDrtsock.c617 info.rti_info[RTAX_DST]->sa_family >= AF_MAX || in route_output()
619 info.rti_info[RTAX_GATEWAY]->sa_family >= AF_MAX)) in route_output()
1883 if (af > AF_MAX) in sysctl_rtsock()
1907 lim = AF_MAX; in sysctl_rtsock()
HDif_var.h246 void *if_afdata[AF_MAX];
HDif.c2120 if (af >= AF_MAX) in ifaof_ifpforaddr()
/freebsd-11-stable/contrib/unbound/compat/
HDfake-rfc2553.h84 #define AF_INET6 AF_MAX
/freebsd-11-stable/contrib/ldns/compat/
HDfake-rfc2553.h89 #define AF_INET6 AF_MAX
/freebsd-11-stable/contrib/ntp/include/
HDntp_rfc2553.h104 # define AF_INET6 AF_MAX
/freebsd-11-stable/crypto/openssh/openbsd-compat/
HDfake-rfc2553.h84 #define AF_INET6 AF_MAX
HDbsd-cray.c83 #define AF_INET6 AF_MAX
/freebsd-11-stable/cddl/usr.sbin/dwatch/libexec/
HDsendrecv98 af == AF_MAX ? "AF_MAX" :
/freebsd-11-stable/sys/sys/
HDsocket.h255 #define AF_MAX 42 macro
381 #define PF_MAX AF_MAX
/freebsd-11-stable/contrib/blacklist/bin/
HDconf.c284 sif->sif_family = AF_MAX; in gethostport()
675 case AF_MAX: in conf_addr_eq()
813 case AF_MAX: in conf_print()
/freebsd-11-stable/lib/libc/tests/nss/
HDgetaddrinfo_test.c356 if (!(ai->ai_family >= 0 && ai->ai_family < AF_MAX)) in addrinfo_test_correctness()
HDgethostby_test.c692 if (!((ht->h_addrtype >= 0) && (ht->h_addrtype < AF_MAX))) in hostent_test_correctness()
/freebsd-11-stable/sys/kern/
HDvfs_export.c168 if (saddr->sa_family == AF_UNSPEC || saddr->sa_family > AF_MAX) { in vfs_hang_addrlist()
HDuipc_syscalls.c1759 if (sa->sa_family == 0 && sa->sa_len < AF_MAX) in sockargs()
1787 if (sa->sa_family == 0 && sa->sa_len < AF_MAX)
/freebsd-11-stable/sbin/ifconfig/
HDifconfig.c774 uint8_t afmask[howmany(AF_MAX, NBBY)]; in af_other_status()
791 uint8_t afmask[howmany(AF_MAX, NBBY)]; in af_all_tunnel_status()
/freebsd-11-stable/contrib/sendmail/include/sm/
HDconf.h1887 # define AF_MAX AF_INET macro
/freebsd-11-stable/contrib/sendmail/src/
HDdaemon.c1959 static DAEMON_T ClientSettings[AF_MAX + 1];
2053 for (i = 0; i < AF_MAX; i++)