Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tcpd/
H A Dinetcf.c45 struct inet_ent { struct
46 struct inet_ent *next; argument
51 static struct inet_ent *inet_list = 0; argument
277 struct inet_ent *ip =
278 (struct inet_ent *) malloc(sizeof(struct inet_ent) + strlen(name));
295 struct inet_ent *ip;