Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Doptions.c384 int terminate, int bootpp, u_int8_t *prl, int prl_len) in cons_options() argument
441 prl = priority_list; in cons_options()
442 } else if (prl) { in cons_options()
446 memcpy(&priority_list[priority_len], prl, prl_len); in cons_options()
448 prl = priority_list; in cons_options()
/freebsd/sys/netinet6/
H A Dnd6.c938 struct nd_prhead prl; in nd6_timer() local
944 LIST_INIT(&prl); in nd6_timer()
1064 nd6_prefix_unlink(pr, &prl); in nd6_timer()
1082 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_timer()
1170 struct nd_prhead prl; in nd6_purge() local
1173 LIST_INIT(&prl); in nd6_purge()
1185 nd6_prefix_unlink(pr, &prl); in nd6_purge()
1190 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_purge()
1797 struct nd_prhead prl; in nd6_ioctl() local
1799 LIST_INIT(&prl); in nd6_ioctl()
[all...]