Searched refs:if_addr (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 509 uint32_t mask, netmask, clnt_addr, if_addr; in get_best_match() local 522 if_addr = ntohl(ifn->if_address.s_addr); /* host order */ in get_best_match() 536 if (IN_CLASSC(if_addr)) in get_best_match() 538 else if (IN_CLASSB(if_addr)) in get_best_match() 540 else if (IN_CLASSA(if_addr)) in get_best_match() 561 if ((netmask & clnt_addr) == (netmask & if_addr)) { in get_best_match()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | vsw.h | 172 struct ether_addr if_addr; /* interface address */ member
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 1096 macp->m_src_addr = (uint8_t *)&vswp->if_addr; in vsw_mac_register() 2203 if (vswp->if_addr.ether_addr_octet[i] in vsw_update_md_prop() 2207 vswp->if_addr.ether_addr_octet[i], in vsw_update_md_prop() 2401 (uint8_t *)&vswp->if_addr); in vsw_update_md_prop() 2779 vswp->if_addr.ether_addr_octet[i] = macaddr & 0xFF; in vsw_save_lmacaddr()
|
H A D | vsw_phys.c | 202 (uint8_t *)&vswp->if_addr); in vsw_set_addrs() 766 macaddr = (uint8_t *)vswp->if_addr.ether_addr_octet; in vsw_set_if_hw_addr()
|
H A D | vsw_switching.c | 481 if (ether_cmp(&ehp->ether_dhost, &vswp->if_addr) == 0) { in vsw_switch_l2_frame()
|
H A D | vsw_ldc.c | 4276 attr_msg.addr = vnet_macaddr_strtoul((vswp->if_addr).ether_addr_octet); in vsw_send_attr() 4463 ether_copy(&(vswp->if_addr), &(lp->addr)); in vsw_set_lane_attr()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 126 uintptr_t if_addr; /* pointer to raw ill_t */ member 259 if_addr = (uintptr_t)I;
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 76 ipif_lookup_interface_v6(const in6_addr_t *if_addr, const in6_addr_t *dst, 113 ipif_lookup_interface_v6(const in6_addr_t *if_addr, const in6_addr_t *dst, in ipif_lookup_interface_v6() argument 135 if_addr)) && in ipif_lookup_interface_v6() 150 ipif = ipif_lookup_addr_v6(if_addr, NULL, ALL_ZONES, ipst); in ipif_lookup_interface_v6()
|
H A D | ip_if.c | 4564 ipif_lookup_interface(ipaddr_t if_addr, ipaddr_t dst, ip_stack_t *ipst) in ipif_lookup_interface() argument 4584 (ipif->ipif_lcl_addr == if_addr) && in ipif_lookup_interface() 4599 ipif = ipif_lookup_addr(if_addr, NULL, ALL_ZONES, ipst); in ipif_lookup_interface()
|
/titanic_44/usr/src/cmd/sendmail/cf/m4/ |
H A D | cfhead.m4 | 306 define(`confMILTER_MACROS_CONNECT', ``j, _, {daemon_name}, {if_name}, {if_addr}'')
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 1971 in_addr_t if_addr, if_mask; in inet_makesubnetmask() local 1996 if_addr = ntohl(sin->sin_addr.s_addr); in inet_makesubnetmask() 2009 if ((if_addr & mask) == (addr & mask)) { in inet_makesubnetmask()
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 854 if_addr dhcp_lif_t.lif_v6addr
|
/titanic_44/usr/src/cmd/sendmail/cf/ |
H A D | README | 3970 {if_addr}] Macros to transmit to
|