Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp6.c285 dhcp6_getmoption(uint16_t code, const struct dhcp6_message *m, size_t len) in dhcp6_getmoption() function
306 co = dhcp6_getmoption(D6_OPTION_ELAPSED, m, len); in dhcp6_updateelapsed()
626 si = dhcp6_getmoption(D6_OPTION_SERVERID, m, ml); in dhcp6_makemessage()
697 unicast = dhcp6_getmoption(D6_OPTION_UNICAST, m, ml); in dhcp6_makemessage()
707 unicast = dhcp6_getmoption(D6_OPTION_UNICAST, m, ml); in dhcp6_makemessage()
714 unicast = dhcp6_getmoption(D6_OPTION_UNICAST, m, ml); in dhcp6_makemessage()
996 co = dhcp6_getmoption(D6_OPTION_AUTH, m, len); in dhcp6_update_auth()
1656 o = dhcp6_getmoption(D6_OPTION_STATUS_CODE, m, len); in dhcp6_checkstatusok()
2218 o = dhcp6_getmoption(D6_OPTION_AUTH, state->new, state->new_len); in dhcp6_readlease()
2718 if (dhcp6_getmoption(D6_OPTION_SERVERID, r, len) == NULL) { in dhcp6_handledata()
[all …]