Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsocket.h203 #define AF_MAX 36 macro
287 #define PF_MAX AF_MAX
314 #define NET_MAXID AF_MAX
/openbsd/usr.bin/netstat/
H A Droute.c90 uint8_t af2i[AF_MAX+1]; in routepr()
109 for (i = 1; i <= AF_MAX; i++) { in routepr()
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DMakefile.PL168 AF_ISO AF_KEY AF_LAST AF_LAT AF_LINK AF_LOCAL AF_MAX AF_NBS AF_NIT
/openbsd/usr.sbin/npppd/npppd/
H A Dppp.h432 #define NPPPD_AF_PHONE_NUMBER (AF_MAX + 0)
H A Dppp.c199 if (af < AF_MAX) { in ppp_set_tunnel_label()
/openbsd/sys/net/
H A Drtsock.c816 info.rti_info[RTAX_DST]->sa_family >= AF_MAX || in route_output()
818 info.rti_info[RTAX_GATEWAY]->sa_family >= AF_MAX) || in route_output()
2184 for (i = 1; i <= AF_MAX; i++) { in sysctl_rtable()
2226 for (i = 1; i <= AF_MAX; i++) { in sysctl_rtable()
H A Drtable.c54 uint8_t af2idx[AF_MAX+1]; /* To only allocate supported AF */
H A Droute.c1879 for (i = 1; i <= AF_MAX; i++) { in rt_if_track()
H A Dif.c1592 if (af >= AF_MAX) in ifaof_ifpforaddr()