Searched refs:ip_plen_to_mask_v6 (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c69 static in6_addr_t *ip_plen_to_mask_v6(int, in6_addr_t *);
213 if (ip_plen_to_mask_v6(plen, &mask) == NULL) {
452 * ip_plen_to_mask_v6(plen, bitmask)
458 ip_plen_to_mask_v6(int plen, in6_addr_t *bitmask) function
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip_ire.h129 extern in6_addr_t *ip_plen_to_mask_v6(uint_t, in6_addr_t *);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c280 ip_plen_to_mask_v6(uint_t plen, in6_addr_t *bitmask) function
1077 (void) ip_plen_to_mask_v6(i, &tmpmask);
H A Dip6_if.c1117 (void) ip_plen_to_mask_v6(16, &ipif->ipif_v6net_mask);
1184 (void) ip_plen_to_mask_v6(IPV6_LL_PREFIXLEN, &ipif->ipif_v6net_mask);
H A Dip_if.c11253 if (ip_plen_to_mask_v6(addrlen, &v6mask) == NULL)
11344 (void) ip_plen_to_mask_v6(addrlen, &v6mask);
11416 if (ip_plen_to_mask_v6(IPV6_ABITS - addrlen, &v6mask) == NULL)
11455 (void) ip_plen_to_mask_v6(IPV6_ABITS - addrlen, &v6mask);
H A Dsadb.c1872 * ip_plen_to_mask_v6() returns NULL if the value in
1875 if (ip_plen_to_mask_v6(addr->sadb_address_prefixlen,

Completed in 121 milliseconds