Symbol: netinfo
include/protocols/routed.h
108
struct netinfo ru_nets[1];
include/protocols/routed.h
141
/ sizeof(struct netinfo) +1)
sbin/routed/defs.h
145
#define OVER_MAXPACKETSIZE (MAXPACKETSIZE+sizeof(struct netinfo)*2)
sbin/routed/defs.h
412
struct netinfo *n;
sbin/routed/defs.h
413
struct netinfo *base;
sbin/routed/defs.h
414
struct netinfo *lim;
sbin/routed/input.c
139
struct netinfo *n, *lim;
sbin/routed/input.c
171
lim = (struct netinfo *)((char*)rip + cc);
sbin/routed/input.c
37
static void input_route(naddr, naddr, struct rt_spare *, struct netinfo *);
sbin/routed/input.c
751
struct netinfo *n)
sbin/routed/rtquery/rtquery.c
568
struct netinfo *n, *lim;
sbin/routed/rtquery/rtquery.c
617
lim = (struct netinfo *)((char*)n + size) - 1;
sbin/routed/rtquery/rtquery.c
770
struct netinfo *rt)
sbin/routed/rtquery/rtquery.c
98
static int getnet(char *, struct netinfo *);
sbin/routed/trace.c
851
struct netinfo *n, *lim;
sbin/routed/trace.c
882
lim = (struct netinfo *)((char*)msg + size);
usr.bin/systat/netstat.c
109
struct netinfo *ni_forw, *ni_prev;
usr.bin/systat/netstat.c
119
struct netinfo *p;
usr.bin/systat/netstat.c
123
p = (struct netinfo *)netcb.ni_forw;
usr.bin/systat/netstat.c
124
while (p != (struct netinfo *)&netcb) {
usr.bin/systat/netstat.c
140
netcb.ni_forw = netcb.ni_prev = (struct netinfo *)&netcb;
usr.bin/systat/netstat.c
222
struct netinfo *p;
usr.bin/systat/netstat.c
224
for (p = netcb.ni_forw; p != (struct netinfo *)&netcb; p = p->ni_forw)
usr.bin/systat/netstat.c
235
struct netinfo *p;
usr.bin/systat/netstat.c
256
for (p = netcb.ni_forw; p != (struct netinfo *)&netcb; p = p->ni_forw) {
usr.bin/systat/netstat.c
266
if (p == (struct netinfo *)&netcb) {
usr.bin/systat/netstat.c
271
p->ni_prev = (struct netinfo *)&netcb;
usr.bin/systat/netstat.c
314
struct netinfo *p, *q;
usr.bin/systat/netstat.c
322
while (p != (struct netinfo *)&netcb) {
usr.bin/systat/netstat.c
329
for (; q != (struct netinfo *)&netcb; q = q->ni_forw)
usr.bin/systat/netstat.c
345
for (p = netcb.ni_forw; p != (struct netinfo *)&netcb; p = p->ni_forw) {
usr.bin/systat/netstat.c
456
struct netinfo *p;
usr.bin/systat/netstat.c
469
for (; p != (struct netinfo *)&netcb; p = p->ni_forw) {
usr.bin/systat/netstat.c
92
struct netinfo *ni_forw, *ni_prev;