Home
last modified time | relevance | path

Searched refs:DHCPV6_GET_TRANSID (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Ddhcp6.h153 #define DHCPV6_GET_TRANSID(msg) \ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c114 " xid=%x", DHCPV6_GET_TRANSID(&d6m)); in interpret_dhcpv6()
177 "Transaction ID = %x", DHCPV6_GET_TRANSID(&d6m)); in interpret_dhcpv6()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_protect.c1249 xid = DHCPV6_GET_TRANSID(dh6); in intercept_dhcpv6_outbound()
1299 xid = DHCPV6_GET_TRANSID(dh6); in intercept_dhcpv6_inbound()
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c141 return (DHCPV6_GET_TRANSID((const dhcpv6_message_t *)pkt)); in pkt_get_xid()