Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dipv6cp.c158 ifid[0] = cp[0]; in SetInterfaceID()
160 ifid[1] = cp[1]; in SetInterfaceID()
161 ifid[2] = cp[2]; in SetInterfaceID()
162 ifid[3] = 0xff; in SetInterfaceID()
163 ifid[4] = 0xfe; in SetInterfaceID()
191 ifid[0] &= 0xfd; in SetInterfaceID()
668 ifid[0], ifid[1], ifid[2], ifid[3], ifid[4], ifid[5], ifid[6], ifid[7]); in ipv6cp_DecodeConfig()
685 ifid[0], ifid[1], ifid[2], ifid[3], in ipv6cp_DecodeConfig()
686 ifid[4], ifid[5], ifid[6], ifid[7]); in ipv6cp_DecodeConfig()
708 ifid[0], ifid[1], ifid[2], ifid[3], in ipv6cp_DecodeConfig()
[all …]
/dragonfly/sys/vfs/udf/
H A Dudf_vfsops.c584 struct ifid { struct
595 struct ifid *ifhp; in udf_fhtovp()
599 ifhp = (struct ifid *)fhp; in udf_fhtovp()
614 struct ifid *ifhp; in udf_vptofh()
617 ifhp = (struct ifid *)fhp; in udf_vptofh()
618 ifhp->ifid_len = sizeof(struct ifid); in udf_vptofh()
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_vfsops.c649 struct ifid { struct
661 struct ifid *ifhp = (struct ifid *)fhp; in cd9660_fhtovp()
913 struct ifid *ifhp; in cd9660_vptofh()
915 ifhp = (struct ifid *)fhp; in cd9660_vptofh()
916 ifhp->ifid_len = sizeof(struct ifid); in cd9660_vptofh()
/dragonfly/sys/netinet6/
H A Dnd6_rtr.c1514 in6_ifadd(struct nd_prefix *pr, struct in6_addr *ifid) in in6_ifadd() argument
1592 if (ifid == NULL || IN6_IS_ADDR_UNSPECIFIED(ifid)) in in6_ifadd()
1593 ifid = &ib->ia_addr.sin6_addr; in in6_ifadd()
1595 (ifid->s6_addr32[0] & ~mask.s6_addr32[0]); in in6_ifadd()
1597 (ifid->s6_addr32[1] & ~mask.s6_addr32[1]); in in6_ifadd()
1599 (ifid->s6_addr32[2] & ~mask.s6_addr32[2]); in in6_ifadd()
1601 (ifid->s6_addr32[3] & ~mask.s6_addr32[3]); in in6_ifadd()