Home
last modified time | relevance | path

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

/freebsd/contrib/tcp_wrappers/
H A Dinetcf.c52 static struct inet_ent *inet_list = 0; variable
281 ip->next = inet_list; in inet_set()
284 inet_list = ip; in inet_set()
293 if (inet_list == 0) in inet_get()
296 for (ip = inet_list; ip; ip = ip->next) in inet_get()