Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c79 struct address_cache *ac_next; member
150 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) { in check_cache()
169 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) { in delete_cache()
177 prevptr->ac_next = cptr->ac_next; in delete_cache()
179 front = cptr->ac_next; in delete_cache()
227 ad_cache->ac_next = front; in add_cache()
234 while (cptr->ac_next) { in add_cache()
236 cptr = cptr->ac_next; in add_cache()
250 prevptr->ac_next = NULL; in add_cache()
251 ad_cache->ac_next = front; in add_cache()
[all …]
/freebsd/sys/rpc/
H A Drpcb_clnt.c77 struct address_cache *ac_next;
151 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
171 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
180 prevptr->ac_next = cptr->ac_next;
182 front = cptr->ac_next;
236 ad_cache->ac_next = front;
243 while (cptr->ac_next) {
245 cptr = cptr->ac_next;
260 prevptr->ac_next = NULL;
261 ad_cache->ac_next = front;
[all …]
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y420 a->ac_next = alist; in build_action()
455 for (a = alist; a != NULL; a = a->ac_next) { in check_action()
641 a->ac_next = NULL; in free_action()
685 alist = a->ac_next; in unload_config()
715 for (a = alist; a != NULL; a = a->ac_next) { in dump_config()
814 for (a = alist; a != NULL; a = a->ac_next) { in build_doing()
/freebsd/sbin/ipf/common/
H A Dipmon.h54 struct ipmon_action *ac_next; member