Home
last modified time | relevance | path

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

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