Searched defs:hostdata (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c56 struct hostdata { struct
57 struct hostdata *h_next;
79 static struct hostdata *addhost(int, void *, char *);
95 static struct hostdata *
106 return ((struct hostdata *)h);
139 static struct hostdata *
148 struct hostdata *retval;
153 return ((struct hostdata *)h);
187 static struct hostdata *
193 register struct hostdata **h
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c50 struct hostdata { struct
51 struct hostdata *h_next;
73 static struct hostdata *addhost(int, const void *, const char *, char **);
89 static struct hostdata *
96 struct hostdata *retval;
100 return ((struct hostdata *)h);
136 static struct hostdata *
144 struct hostdata *retval;
149 return ((struct hostdata *)h);
183 static struct hostdata *
[all...]

Completed in 57 milliseconds