Searched defs:statusopt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c641 uint16_t *statusopt; local
712 olen = sizeof (*statusopt) +
714 statusopt = alloca(olen);
715 *statusopt = htons(status);
717 (void) memcpy((char *)(statusopt + 1), msg,
718 olen - sizeof (*statusopt));
721 DHCPV6_OPT_STATUS_CODE, statusopt, olen);

Completed in 96 milliseconds