Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/tcpdchk/
H A Dinetcf.c74 static struct inet_ent *inet_list = 0; variable
314 ip->next = inet_list; in inet_set()
317 inet_list = ip; in inet_set()
326 if (inet_list == 0) in inet_get()
329 for (ip = inet_list; ip; ip = ip->next) in inet_get()