Home
last modified time | relevance | path

Searched refs:hostdata6 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c71 struct hostdata6 { struct
72 struct hostdata6 *h6_next; argument
82 static struct hostdata6 *h_table6[MAXHASH]; argument
143 struct hostdata6 *h;
212 n = (struct hostdata *)malloc(sizeof (struct hostdata6));
216 (void) memset(n, 0, sizeof (struct hostdata6));
221 (void) memcpy(&((struct hostdata6 *)n)->h6_addr, ipaddr,
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c65 struct hostdata6 { struct
66 struct hostdata6 *h6_next; argument
76 static struct hostdata6 *h_table6[MAXHASH]; argument
139 struct hostdata6 *h; in ip6lookup()
211 n = (struct hostdata *)malloc(sizeof (struct hostdata6)); in addhost()
215 memset(n, 0, sizeof (struct hostdata6)); in addhost()
220 memcpy(&((struct hostdata6 *)n)->h6_addr, ipaddr, in addhost()
354 struct hostdata6 *h6; in lgetipnodebyname()