Searched refs:dh4 (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 261 get_dhcpv4_option(struct dhcp *dh4, uchar_t *end, uint8_t type, in get_dhcpv4_option() argument 264 uchar_t *start = (uchar_t *)dh4->options; in get_dhcpv4_option() 296 get_dhcpv4_info(ipha_t *ipha, uchar_t *end, struct dhcp **dh4) in get_dhcpv4_info() argument 337 *dh4 = (struct dhcp *)dh; in get_dhcpv4_info() 561 struct dhcp *dh4; in intercept_dhcpv4_outbound() local 568 if (get_dhcpv4_info(ipha, end, &dh4) != 0) in intercept_dhcpv4_outbound() 575 if (get_dhcpv4_option(dh4, end, CD_DHCP_TYPE, &opt, &opt_len) != 0 || in intercept_dhcpv4_outbound() 578 struct dhcp *, dh4); in intercept_dhcpv4_outbound() 584 struct dhcp *, dh4, uint8_t, mtype); in intercept_dhcpv4_outbound() 589 if (get_dhcpv4_option(dh4, end, CD_CLIENT_ID, &opt, &opt_len) == 0 && in intercept_dhcpv4_outbound() [all …]
|