HomeSort by: relevance | last modified time | path
    Searched defs:xhostid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
in6.c 1615 struct in6_addr *xhostid = NULL; local in function:in6_lifaddr_ioctl
1624 * xhostid is to fill in the hostid part of the
1625 * address. xhostid points to the first link-local
1633 xhostid = IFA_IN6(&ia->ia_ifa);
1660 if (xhostid) {
1663 xhostid->s6_addr32[2];
1665 xhostid->s6_addr32[3];
1671 if (xhostid) {
1673 xhostid->s6_addr32[2];
1675 xhostid->s6_addr32[3]
    [all...]
in6.c 1615 struct in6_addr *xhostid = NULL; local in function:in6_lifaddr_ioctl
1624 * xhostid is to fill in the hostid part of the
1625 * address. xhostid points to the first link-local
1633 xhostid = IFA_IN6(&ia->ia_ifa);
1660 if (xhostid) {
1663 xhostid->s6_addr32[2];
1665 xhostid->s6_addr32[3];
1671 if (xhostid) {
1673 xhostid->s6_addr32[2];
1675 xhostid->s6_addr32[3]
    [all...]

Completed in 23 milliseconds