HomeSort by relevance Sort by last modified time
    Searched defs:netinfo (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/head/protocols/
routed.h 70 struct netinfo { struct
75 struct netinfo { struct
128 struct netinfo ru_nets[1]; /* variable length... */
205 / sizeof (struct netinfo) +1)
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/
rstat_proc.c 112 struct netinfo { struct
113 struct netinfo *next;
122 #define NULLNET (struct netinfo *)0
123 static struct netinfo zeronet = { NULL, NULL, NULL, NULL, NULL, NULL, NULL };
124 static struct netinfo *firstnet = NULLNET;
125 static struct netinfo *lastnet = NULLNET;
126 static struct netinfo *netsnip = NULLNET;
916 struct netinfo *net, *prevnet, *comp;
995 sizeof (struct netinfo), 0);
1046 struct netinfo *net
    [all...]

Completed in 300 milliseconds