HomeSort by: relevance | last modified time | path
    Searched defs:inet_ent (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/tcpdchk/
inetcf.c 68 struct inet_ent { struct
69 struct inet_ent *next;
74 static struct inet_ent *inet_list = 0;
307 struct inet_ent *ip =
308 (struct inet_ent *) malloc(sizeof(struct inet_ent) + strlen(name));
324 struct inet_ent *ip;
inetcf.c 68 struct inet_ent { struct
69 struct inet_ent *next;
74 static struct inet_ent *inet_list = 0;
307 struct inet_ent *ip =
308 (struct inet_ent *) malloc(sizeof(struct inet_ent) + strlen(name));
324 struct inet_ent *ip;
inetcf.c 68 struct inet_ent { struct
69 struct inet_ent *next;
74 static struct inet_ent *inet_list = 0;
307 struct inet_ent *ip =
308 (struct inet_ent *) malloc(sizeof(struct inet_ent) + strlen(name));
324 struct inet_ent *ip;

Completed in 42 milliseconds