Home
last modified time | relevance | path

Searched refs:netinfo (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.bin/systat/
H A Dnetstat.c91 struct netinfo { struct
92 struct netinfo *ni_forw, *ni_prev; argument
109 struct netinfo *ni_forw, *ni_prev; argument
119 struct netinfo *p; in closenetstat()
123 p = (struct netinfo *)netcb.ni_forw; in closenetstat()
124 while (p != (struct netinfo *)&netcb) { in closenetstat()
222 struct netinfo *p; in fetchnetstat()
235 struct netinfo *p; in enter()
266 if (p == (struct netinfo *)&netcb) { in enter()
314 struct netinfo *p, *q; in shownetstat()
[all …]
/dragonfly/include/protocols/
H A Drouted.h63 struct netinfo { struct
68 struct netinfo { argument
108 struct netinfo ru_nets[1];
141 / sizeof(struct netinfo) +1)
/dragonfly/sbin/routed/
H A Ddefs.h145 #define OVER_MAXPACKETSIZE (MAXPACKETSIZE+sizeof(struct netinfo)*2)
412 struct netinfo *n;
413 struct netinfo *base;
414 struct netinfo *lim;
H A Dinput.c37 static void input_route(naddr, naddr, struct rt_spare *, struct netinfo *);
139 struct netinfo *n, *lim; in input()
171 lim = (struct netinfo *)((char*)rip + cc); in input()
751 struct netinfo *n) in input_route()
H A Dtrace.c851 struct netinfo *n, *lim; in trace_rip()
882 lim = (struct netinfo *)((char*)msg + size); in trace_rip()
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c98 static int getnet(char *, struct netinfo *);
568 struct netinfo *n, *lim; in rip_input()
617 lim = (struct netinfo *)((char*)n + size) - 1; in rip_input()
770 struct netinfo *rt) in getnet()