Searched refs:dhcp6_findmoption (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | dhcp6.c | 363 dhcp6_findmoption(void *data, size_t data_len, uint16_t code, in dhcp6_findmoption() function 427 opt = dhcp6_findmoption(m, len, D6_OPTION_ELAPSED, &opt_len); in dhcp6_updateelapsed() 816 si = dhcp6_findmoption(m, ml, D6_OPTION_SERVERID, &si_len); in dhcp6_makemessage() 882 unicast = dhcp6_findmoption(m, ml, D6_OPTION_UNICAST, &uni_len); in dhcp6_makemessage() 1225 opt = dhcp6_findmoption(m, len, D6_OPTION_AUTH, &opt_len); in dhcp6_update_auth() 2078 f = p ? dhcp6_findoption : dhcp6_findmoption; in dhcp6_checkstatusok() 2700 o = dhcp6_findmoption(&buf.dhcp6, (size_t)bytes, D6_OPTION_AUTH, &ol); in dhcp6_readlease() 3142 o = dhcp6_findmoption(state->new, state->new_len, in dhcp6_bind() 3357 if (dhcp6_findmoption(r, len, D6_OPTION_SERVERID, NULL) == NULL) { in dhcp6_recvif() 3368 !dhcp6_findmoption(r, len, (uint16_t)opt->option, NULL)) in dhcp6_recvif() [all …]
|