Home
last modified time | relevance | path

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

/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Ddhcp6.h69 #define D6_OPTION_AUTH 11 macro
H A Ddhcp6.c1149 COPYIN1(D6_OPTION_AUTH, auth_len); in dhcp6_makemessage()
1204 opt = dhcp6_findmoption(m, len, D6_OPTION_AUTH, &opt_len); in dhcp6_update_auth()
2651 o = dhcp6_findmoption(&buf.dhcp6, (size_t)bytes, D6_OPTION_AUTH, &ol); in dhcp6_readlease()
3336 auth = dhcp6_findmoption(r, len, D6_OPTION_AUTH, &auth_len); in dhcp6_recvif()