Searched refs:get_dhcpv4_option (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() function 575 if (get_dhcpv4_option(dh4, end, CD_DHCP_TYPE, &opt, &opt_len) != 0 || in intercept_dhcpv4_outbound() 589 if (get_dhcpv4_option(dh4, end, CD_CLIENT_ID, &opt, &opt_len) == 0 && in intercept_dhcpv4_outbound() 627 if (get_dhcpv4_option(dh4, end, CD_REQUESTED_IP_ADDR, in intercept_dhcpv4_outbound() 667 if (get_dhcpv4_option(dh4, end, CD_DHCP_TYPE, &opt, &opt_len) != 0 || in intercept_dhcpv4_inbound() 1820 if (get_dhcpv4_option(dh4, end, CD_CLIENT_ID, &cid, &optlen) == 0) in dhcpnospoof_check_v4()
|