Lines Matching refs:ipe
22 iphtent_t ipe; in load_hashnode() local
32 op.iplo_size = sizeof(ipe); in load_hashnode()
33 op.iplo_struct = &ipe; in load_hashnode()
36 bzero((char *)&ipe, sizeof(ipe)); in load_hashnode()
37 ipe.ipe_family = node->ipe_family; in load_hashnode()
38 ipe.ipe_die = ttl; in load_hashnode()
39 bcopy((char *)&node->ipe_addr, (char *)&ipe.ipe_addr, in load_hashnode()
40 sizeof(ipe.ipe_addr)); in load_hashnode()
41 bcopy((char *)&node->ipe_mask, (char *)&ipe.ipe_mask, in load_hashnode()
42 sizeof(ipe.ipe_mask)); in load_hashnode()
43 bcopy((char *)&node->ipe_group, (char *)&ipe.ipe_group, in load_hashnode()
44 sizeof(ipe.ipe_group)); in load_hashnode()
59 inet_ntop(ipe.ipe_family, in load_hashnode()
60 ipe.ipe_addr.vptr, ipaddr, in load_hashnode()
63 if (ipe.ipe_family == AF_INET) { in load_hashnode()
65 inet_ntop(ipe.ipe_family, in load_hashnode()
66 ipe.ipe_mask.vptr, mask, in load_hashnode()