Searched refs:net_mask (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_rts.c | 197 const in6_addr_t *gw_addr, const in6_addr_t *net_mask, 209 rts_fill_msg_v6(type, rtm_addrs, dst_addr, net_mask, gw_addr, source, 196 ip_rts_change_v6(int type, const in6_addr_t *dst_addr, const in6_addr_t *gw_addr, const in6_addr_t *net_mask, const in6_addr_t *source, const in6_addr_t *author, int flags, int error, int rtm_addrs, ip_stack_t *ipst) argument
|
H A D | ip_rts.c | 94 static ire_t *ire_lookup_v4(ipaddr_t dst_addr, ipaddr_t net_mask, 298 ipaddr_t net_mask; local 376 net_mask = IP_HOST_MASK; 378 IN6_V4MAPPED_TO_IPADDR(&net_mask_v6, net_mask); 542 error = ip_rt_add(dst_addr, net_mask, gw_addr, src_addr, 613 error = ip_rt_delete(dst_addr, net_mask, gw_addr, 698 if (net_mask == IP_HOST_MASK) { 704 ire = ire_lookup_v4(dst_addr, net_mask, 981 ire_lookup_v4(ipaddr_t dst_addr, ipaddr_t net_mask, ipaddr_t gw_addr, argument 1003 ire = ire_ftable_lookup_v4(dst_addr, net_mask, gw_add 1909 ip_rts_change(int type, ipaddr_t dst_addr, ipaddr_t gw_addr, ipaddr_t net_mask, ipaddr_t source, ipaddr_t author, int flags, int error, int rtm_addrs, ip_stack_t *ipst) argument [all...] |
H A D | ip_if.c | 4330 ipaddr_t net_mask; local 4336 if ((net_mask = ip_net_mask(addr)) == 0) 4340 net_mask = subnet_mask; 4341 if ((net_mask != ~(ipaddr_t)0) && ((addr == (addr & net_mask)) || 4342 (addr == (addr | ~net_mask)))) { 11625 ipaddr_t net_mask; local 11631 net_mask = ip_net_mask(addr); 11632 if (net_mask == 0) { 11649 if ((ipif->ipif_subnet & net_mask) 14885 ipaddr_t net_mask = 0; local [all...] |
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_init.c | 142 static u_int32_t net_mask __P((struct in_addr)); 543 net_mask(statp->sort_list[nsort].addr); 547 net_mask(statp->sort_list[nsort].addr); 759 net_mask(in) /*!< XXX - should really use system's version of this */ function
|
Completed in 502 milliseconds