Symbol: dhcpv6_message_t
usr/src/cmd/cmd-inet/sbin/dhcpagent/agent.c
858
dhcpv6_message_t *d6m =
usr/src/cmd/cmd-inet/sbin/dhcpagent/agent.c
859
(dhcpv6_message_t *)ack->pkt;
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
122
return (((const dhcpv6_message_t *)plp->pkt)->d6m_msg_type);
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
1372
if (retval < sizeof (dhcpv6_message_t)) {
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
142
return (DHCPV6_GET_TRANSID((const dhcpv6_message_t *)pkt));
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
184
dhcpv6_message_t *v6;
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
199
v6 = (dhcpv6_message_t *)dpkt->pkt;
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
302
raw_pkt += sizeof (dhcpv6_message_t);
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
670
dhcpv6_message_t *d6m;
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
686
d6m = (dhcpv6_message_t *)dpkt->pkt;
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
83
return (((const dhcpv6_message_t *)dpkt->pkt)->d6m_msg_type);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_dhcpv6.c
70
dhcpv6_message_t d6m;
usr/src/common/net/dhcp/scan.c
230
const dhcpv6_message_t *d6m;
usr/src/common/net/dhcp/scan.c
234
d6m = (const dhcpv6_message_t *)plp->pkt;
usr/src/lib/libdhcpagent/common/dhcp_hostconf.c
178
opts = (uchar_t *)pkt + sizeof (dhcpv6_message_t);
usr/src/uts/common/io/mac/mac_protect.c
1052
create_dhcpv6_cid(dhcpv6_message_t *dh6, uchar_t *end)
usr/src/uts/common/io/mac/mac_protect.c
1303
dhcpv6_message_t *dh6;
usr/src/uts/common/io/mac/mac_protect.c
1372
dhcpv6_message_t *dh6)
usr/src/uts/common/io/mac/mac_protect.c
1387
dhcpv6_message_t *, dh6);
usr/src/uts/common/io/mac/mac_protect.c
1691
dhcpv6_message_t *dh6;
usr/src/uts/common/io/mac/mac_protect.c
2066
dhcpv6_message_t *dh6;
usr/src/uts/common/io/mac/mac_protect.c
807
get_dhcpv6_info(ip6_t *ip6h, uchar_t *end, dhcpv6_message_t **dh6)
usr/src/uts/common/io/mac/mac_protect.c
849
if (dh + sizeof (dhcpv6_message_t) > end)
usr/src/uts/common/io/mac/mac_protect.c
852
*dh6 = (dhcpv6_message_t *)dh;
usr/src/uts/common/io/mac/mac_protect.c
937
get_dhcpv6_status(dhcpv6_message_t *dh6, uchar_t *end, uint16_t *status)
usr/src/uts/common/io/mac/mac_protect.c
967
get_dhcpv6_addrs(dhcpv6_message_t *dh6, uchar_t *end, dhcpv6_cid_t *cid)