Home
last modified time | relevance | path

Searched refs:fd_remote_addr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c112 addr = &fd->fd_remote_addr; in do_check_ip_addr()
376 (void) inet_ntop(AF_INET6, &fdesc.fd_remote_addr, abuf, in dladm_flow_attr_ip2str()
381 ipaddr.s_addr = fdesc.fd_remote_addr._S6_un._S6_u32[3]; in dladm_flow_attr_ip2str()
H A Dlibdlflow.c283 fd_remote_addr._S6_un._S6_u32[3]; in i_dladm_flow_fput_grp()
289 &(attr->fi_flow_desc.fd_remote_addr), in i_dladm_flow_fput_grp()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h88 in6_addr_t fd_remote_addr; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1873 V4_PART_OF_V6(fd->fd_remote_addr)); in flow_ip_v4_match()
1890 return (V6_MASK_EQ(*addrp, fd->fd_remote_netmask, fd->fd_remote_addr)); in flow_ip_v6_match()
2046 addr = &fd->fd_remote_addr; in flow_ip_accept_fe()
2136 a1 = &fd1->fd_remote_addr; in flow_ip_match_fe()
2138 a2 = &fd2->fd_remote_addr; in flow_ip_match_fe()
H A Dmac.c5953 ndesc->nd_daddr[3] = htonl(fdesc->fd_remote_addr.s6_addr32[3]); in mac_write_flow_desc()
5956 bcopy(&fdesc->fd_remote_addr, ndesc->nd_daddr, IPV6_ADDR_LEN); in mac_write_flow_desc()