Searched refs:statusopt (Results 1 – 1 of 1) sorted by relevance
641 uint16_t *statusopt; in add_pkt_lif() local712 olen = sizeof (*statusopt) + in add_pkt_lif()714 statusopt = alloca(olen); in add_pkt_lif()715 *statusopt = htons(status); in add_pkt_lif()717 (void) memcpy((char *)(statusopt + 1), msg, in add_pkt_lif()718 olen - sizeof (*statusopt)); in add_pkt_lif()721 DHCPV6_OPT_STATUS_CODE, statusopt, olen); in add_pkt_lif()