Searched refs:dhcp6_findoption (Results 1 – 1 of 1) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | dhcp6.c | 220 dhcp6_findoption(uint16_t code, const uint8_t *d, size_t len) in dhcp6_findoption() function 293 return dhcp6_findoption(code, in dhcp6_getmoption() 1654 o = dhcp6_findoption(D6_OPTION_STATUS_CODE, p, len); in dhcp6_checkstatusok() 1753 while ((o = dhcp6_findoption(D6_OPTION_IA_ADDR, d, l))) { in dhcp6_findna() 1836 while ((o = dhcp6_findoption(D6_OPTION_IAPREFIX, d, l))) { in dhcp6_findpd() 1894 ex = dhcp6_findoption(D6_OPTION_PD_EXCLUDE, p, ol); in dhcp6_findpd()
|