Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_protect.c273 get_dhcpv4_option(struct dhcp *dh4, uchar_t *end, uint8_t type, in get_dhcpv4_option() argument
276 uchar_t *start = (uchar_t *)dh4->options; in get_dhcpv4_option()
308 get_dhcpv4_info(ipha_t *ipha, uchar_t *end, struct dhcp **dh4) in get_dhcpv4_info() argument
349 *dh4 = (struct dhcp *)dh; in get_dhcpv4_info()
573 struct dhcp *dh4; in intercept_dhcpv4_outbound() local
580 if (get_dhcpv4_info(ipha, end, &dh4) != 0) in intercept_dhcpv4_outbound()
587 if (get_dhcpv4_option(dh4, end, CD_DHCP_TYPE, &opt, &opt_len) != 0 || in intercept_dhcpv4_outbound()
590 struct dhcp *, dh4); in intercept_dhcpv4_outbound()
596 struct dhcp *, dh4, uint8_t, mtype); in intercept_dhcpv4_outbound()
601 if (get_dhcpv4_option(dh4, end, CD_CLIENT_ID, &opt, &opt_len) == 0 && in intercept_dhcpv4_outbound()
[all …]