Searched refs:pds (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sbin/dhcp6leased/
H A Ddhcp6leased.h194 struct prefix pds[MAX_IA]; member in struct:ctl_engine_info
229 struct prefix pds[MAX_IA]; member in struct:imsg_ifinfo
244 struct prefix pds[MAX_IA]; member in struct:imsg_req_dhcp
249 struct prefix pds[MAX_IA]; member in struct:imsg_lease_info
H A Dparse_lease.y98 ifinfo->pds[$2].prefix_len = 0;
101 ifinfo->pds[$2].prefix_len = $4;
103 if (inet_pton(AF_INET6, $3, &ifinfo->pds[$2].prefix)
107 ifinfo->pds[$2].prefix_len = 0;
H A Dengine.c108 struct prefix pds[MAX_IA]; member in struct:dhcp6leased_iface
575 memcpy(&cei.pds, &iface->pds, sizeof(cei.pds));
658 if (iface->pds[0].prefix_len == 0)
659 memcpy(iface->pds, imsg_ifinfo->pds,
660 sizeof(iface->pds));
664 if (iface->pds[i].prefix_len > 0) {
712 struct prefix *pds local
[all...]
H A Ddhcp6leased.c917 i, inet_ntop(AF_INET6, &imsg_lease_info->pds[i].prefix,
919 imsg_lease_info->pds[i].prefix_len);
966 memset(imsg_ifinfo->pds, 0, sizeof(imsg_ifinfo->pds));
988 if (imsg_ifinfo->pds[i].prefix_len == 0)
992 inet_ntop(AF_INET6, &imsg_ifinfo->pds[i].prefix,
994 imsg_ifinfo->pds[i].prefix_len);
H A Dfrontend.c67 struct prefix pds[MAX_IA]; member in struct:iface
721 memcpy(iface->pds, imsg->pds, sizeof(iface->pds));
815 pd = &iface->pds[ia_conf->id];
/openbsd-current/usr.sbin/dhcp6leasectl/
H A Ddhcp6leasectl.c200 if (cei->pds[i].prefix_len == 0)
204 &cei->pds[i], ntopbuf, INET6_ADDRSTRLEN),
205 cei->pds[i].prefix_len);
/openbsd-current/usr.sbin/nsd/
H A Dnsec3.c744 rbnode_type *p = RBTREE_NULL, *pwc = RBTREE_NULL, *pds = RBTREE_NULL; local
759 if(process_first(zone->dshashtree, hash, &pds, init_lookup_key_ds_tree)){
760 ((domain_type*)(pds->key))->nsec3->
762 ((domain_type*)(pds->key))->nsec3->
764 pds = rbtree_next(pds);
772 pds = rbtree_first(zone->dshashtree);
794 while(pds != RBTREE_NULL && pds != pds_end) {
795 ((domain_type*)(pds
[all...]
/openbsd-current/sys/net/
H A Dif_pfsync.c1125 struct pfsync_deferrals pds = TAILQ_HEAD_INITIALIZER(pds); local
1222 TAILQ_INSERT_TAIL(&pds, pd, pd_entry);
1233 while ((pd = TAILQ_FIRST(&pds)) != NULL) {
1234 TAILQ_REMOVE(&pds, pd, pd_entry);
2020 struct pfsync_deferrals pds = TAILQ_HEAD_INITIALIZER(pds); local
2047 TAILQ_INSERT_TAIL(&pds, pd, pd_entry);
2056 if (TAILQ_EMPTY(&pds))
2060 while ((pd = TAILQ_FIRST(&pds)) !
[all...]

Completed in 146 milliseconds