Searched refs:preference (Results 1 - 2 of 2) sorted by path

/u-boot/net/
H A Ddhcpv6.c417 sm_params.rx_status.preference = *option_ptr;
446 * received preference is not 255, so we have
472 * received has a higher preference value than the currently saved
473 * server UID, save the new server UID and preference
477 sm_params.server_uid.preference < sm_params.rx_status.preference)) {
487 sm_params.server_uid.preference = sm_params.rx_status.preference;
490 /* If the first SOLICIT and preference code is 255, use right away.
495 sm_params.server_uid.preference !
[all...]
H A Ddhcpv6.h137 * @preference: Preference code received
148 u8 preference; member in struct:dhcp6_rx_pkt_status
157 * @preference: Preference code associated with this server UID
162 u8 preference; member in struct:dhcp6_server_uid

Completed in 97 milliseconds