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

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

Completed in 135 milliseconds