Searched refs:ifid (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/ntp/lib/isc/
H A Dnetscope.c36 unsigned int ifid; local
58 (ifid = if_nametoindex((const char *)scopename)) != 0)
59 zone = (isc_uint32_t)ifid;
/freebsd-10.1-release/usr.sbin/ppp/
H A Dipv6cp.c117 SetInterfaceID(u_char *ifid, int userandom) argument
125 memset(ifid, 0, IPV6CP_IFIDLEN);
159 ifid[0] = cp[0];
160 ifid[0] ^= 0x02; /* reverse the u/l bit*/
161 ifid[1] = cp[1];
162 ifid[2] = cp[2];
163 ifid[3] = 0xff;
164 ifid[4] = 0xfe;
165 ifid[5] = cp[3];
166 ifid[
660 ipv6cp_ValidateInterfaceID(struct ipv6cp *ipv6cp, u_char *ifid, struct fsm_decode *dec) argument
689 u_char ifid[IPV6CP_IFIDLEN], zero[IPV6CP_IFIDLEN]; local
[all...]
H A Dradius.h95 u_char ifid[8]; member in struct:radacct::__anon12099::__anon12101
H A Dradius.c1085 radius_Account_Set_Ipv6(struct radacct *ac, u_char *ifid) argument
1088 memcpy(&ac->peer.ipv6.ifid, ifid, sizeof(ac->peer.ipv6.ifid));
1175 if (rad_put_attr(r->cx.rad, RAD_FRAMED_INTERFACE_ID, ac->peer.ipv6.ifid,
1176 sizeof(ac->peer.ipv6.ifid)) != 0) {
/freebsd-10.1-release/sys/fs/udf/
H A Dudf.h77 struct ifid { struct
H A Dudf_vnops.c1273 struct ifid *ifhp;
1276 ifhp = (struct ifid *)a->a_fhp;
1277 ifhp->ifid_len = sizeof(struct ifid);
H A Dudf_vfsops.c726 struct ifid *ifhp;
732 ifhp = (struct ifid *)fhp;
/freebsd-10.1-release/sys/fs/cd9660/
H A Diso.h252 struct ifid { struct
H A Dcd9660_vnops.c820 struct ifid ifh;
823 ifh.ifid_len = sizeof(struct ifid);
H A Dcd9660_vfsops.c599 struct ifid ifh;

Completed in 127 milliseconds