Home
last modified time | relevance | path

Searched refs:RT_TABLEID_MAX (Results 1 – 25 of 42) sorted by relevance

12

/openbsd/usr.bin/netstat/
H A Droute.c365 int rtt_dom[RT_TABLEID_MAX+1]; in rdomainpr()
366 int rdom_rttcnt[RT_TABLEID_MAX+1] = { }; in rdomainpr()
369 char *old, *rdom_if[RT_TABLEID_MAX+1] = { }; in rdomainpr()
398 for (rtt = 0; rtt <= RT_TABLEID_MAX; rtt++) { in rdomainpr()
408 for (rdom = 0; rdom <= RT_TABLEID_MAX; rdom++) { in rdomainpr()
417 for (rtt = 0; rtt <= RT_TABLEID_MAX; rtt++) { in rdomainpr()
H A Dmain.c266 tableid = strtonum(optarg, 0, RT_TABLEID_MAX, &errstr); in main()
/openbsd/sys/net/
H A Dif_enc.c219 else if (rdomain > RT_TABLEID_MAX) in enc_getif()
258 if (rdomain > RT_TABLEID_MAX) in enc_setif()
H A Dif_mpe.c417 ifr->ifr_rdomainid > RT_TABLEID_MAX || in mpe_ioctl()
H A Dif_mpip.c402 ifr->ifr_rdomainid > RT_TABLEID_MAX || in mpip_ioctl()
H A Dif_mpw.c460 ifr->ifr_rdomainid > RT_TABLEID_MAX || in mpw_ioctl()
H A Dif_etherip.c290 ifr->ifr_rdomainid > RT_TABLEID_MAX || in etherip_ioctl()
H A Drtable.c203 if (id > RT_TABLEID_MAX) in rtable_add()
H A Dif_gif.c516 ifr->ifr_rdomainid > RT_TABLEID_MAX || in gif_ioctl()
/openbsd/usr.bin/telnet/
H A Dmain.c151 RT_TABLEID_MAX, &errstr); in main()
/openbsd/sys/netinet6/
H A Dip6_var.h287 extern struct socket *ip6_mrouter[RT_TABLEID_MAX + 1]; /* multicast routing daemon */
H A Dip6_mroute.c132 struct socket *ip6_mrouter[RT_TABLEID_MAX + 1];
459 for (rtableid = 0; rtableid <= RT_TABLEID_MAX; rtableid++) { in mrt6_sysctl_mfc()
/openbsd/sys/sys/
H A Dsocket.h149 #define RT_TABLEID_MAX 255 macro
/openbsd/sys/netinet/
H A Dip_mroute.c98 struct socket *ip_mrouter[RT_TABLEID_MAX + 1];
100 uint64_t mrt_count[RT_TABLEID_MAX + 1];
481 for (rtableid = 0; rtableid <= RT_TABLEID_MAX; rtableid++) { in mrt_sysctl_mfc()
/openbsd/usr.bin/pkill/
H A Dpkill.c574 li->li_number > RT_TABLEID_MAX) in makelist()
/openbsd/usr.sbin/vmd/
H A Dparse.y305 if ($2 < 0 || $2 > RT_TABLEID_MAX) {
699 if ($2 < 0 || $2 > RT_TABLEID_MAX) {
/openbsd/usr.bin/top/
H A Dtop.c230 rtableid = strtonum(bufp, 0, RT_TABLEID_MAX, &errstr); in filterrtable()
/openbsd/usr.sbin/traceroute/
H A Dtraceroute.c550 RT_TABLEID_MAX, &errstr); in main()
/openbsd/usr.sbin/ntpd/
H A Dparse.y480 if ($2 < 0 || $2 > RT_TABLEID_MAX) {
/openbsd/usr.sbin/ripd/
H A Dparse.y194 if ($2 < 0 || $2 > RT_TABLEID_MAX) {
/openbsd/usr.sbin/ndp/
H A Dndp.c186 rdomain = strtonum(optarg, 0, RT_TABLEID_MAX, &errstr); in main()
/openbsd/usr.sbin/arp/
H A Darp.c125 rdomain = strtonum(optarg, 0, RT_TABLEID_MAX, &errstr); in main()
/openbsd/regress/sbin/ifconfig/
H A Difaddr.c1513 rdomainid = strtonum(id, 0, RT_TABLEID_MAX, &errmsg); in settunnelinst()
1865 rdomainid = strtonum(id, 0, RT_TABLEID_MAX, &errmsg); in setrdomain()
/openbsd/usr.sbin/ospf6d/
H A Dparse.y248 if ($2 < 0 || $2 > RT_TABLEID_MAX) {
/openbsd/usr.sbin/eigrpd/
H A Dparse.y244 if ($2 < 0 || $2 > RT_TABLEID_MAX) {

12