| /onnv/onnv-gate/usr/src/lib/libtsnet/common/ |
| tsol_sgetrhent.c | 71 for (bits = IP_ABITS; bits > 0 && (addr & 0xFF) == 0; bits -= 8) 95 for (bits = IP_ABITS; bits > 0 && addr < 0x01000000; bits -= 8) 126 upper_lim = IP_ABITS;
|
| /onnv/onnv-gate/usr/src/lib/libdladm/common/ |
| flowattr.c | 121 prefix_max = IP_ABITS; 362 prefix_max = IP_ABITS; 376 prefix_max = IP_ABITS;
|
| libdlflow.c | 261 prefix_max = IP_ABITS; 288 prefix_max = IP_ABITS; 872 case IP_ABITS:
|
| /onnv/onnv-gate/usr/src/uts/common/ipp/ipgpc/ |
| trie.c | 335 uint8_t type_len = IP_ABITS; 632 uint8_t type_len = IP_ABITS; 786 uint8_t type_len = IP_ABITS;
|
| filters.c | 198 insert_ipgpc_trie_list_info(IPGPC_TRIE_SADDRID, IP_ABITS, saddr_trie, 205 insert_ipgpc_trie_list_info(IPGPC_TRIE_DADDRID, IP_ABITS, daddr_trie, 812 IP_ABITS)) { 820 IP_ABITS)) { 883 IP_ABITS)) { 891 IP_ABITS)) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/tsol/tnd/ |
| tnd.c | 118 #define IP_ABITS 32 119 #define IP_MASK_TABLE_SIZE (IP_ABITS + 1) 389 return (htonl(RH_HOST_MASK << (IP_ABITS - masklen))); 809 for (i = 0; i <= IP_ABITS; i++) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| labelsys.c | 81 return (masklen == 0 ? 0 : htonl(IP_HOST_MASK << (IP_ABITS - masklen))); 235 if (rhent->rh_prefix < 0 || rhent->rh_prefix > IP_ABITS) 343 if (prefix < 0 || prefix > IP_ABITS) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ |
| ip_ire.h | 37 #define IP_MASK_TABLE_SIZE (IP_ABITS + 1) /* 33 ptrs */
|
| ip.h | 94 #define IP_ABITS 32 95 #define IPV4_ABITS IP_ABITS [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
| ifconfig.c | 939 if (!in_prefixlentomask(prefixlen, IP_ABITS, [all...] |
| /onnv/onnv-gate/usr/src/lib/libinetcfg/common/ |
| inetcfg.c | 515 if ((ret = prefixlen_to_mask(prefixlen, IP_ABITS, [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
| mpd_tables.c | [all...] |
| /onnv/onnv-gate/usr/src/lib/libipsecutil/common/ |
| ipsec_util.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| route.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| ip_ire.c | 1053 return (mask == 0 ? 0 : IP_ABITS - (ffs(ntohl(mask)) -1)); 1065 return (htonl(IP_HOST_MASK << (IP_ABITS - masklen))); [all...] |
| ip_if.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
| netstat.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| ipsecconf.c | [all...] |