• Home
  • Raw
  • Download

Lines Matching refs:dhcp6_getmoption

285 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()
2724 o = dhcp6_getmoption(D6_OPTION_CLIENTID, r, len); in dhcp6_handledata()
2739 dhcp6_getmoption((uint16_t)opt->option, r, len) == NULL) in dhcp6_handledata()
2747 dhcp6_getmoption((uint16_t)opt->option, r, len)) in dhcp6_handledata()
2757 auth = dhcp6_getmoption(D6_OPTION_AUTH, r, len); in dhcp6_handledata()
2792 o = dhcp6_getmoption(D6_OPTION_INFO_REFRESH_TIME, in dhcp6_handledata()
2821 dhcp6_getmoption(D6_OPTION_RAPID_COMMIT, r, len)) in dhcp6_handledata()
2849 o = dhcp6_getmoption(D6_OPTION_SOL_MAX_RT, r, len); in dhcp6_handledata()
2863 o = dhcp6_getmoption(D6_OPTION_INF_MAX_RT, r, len); in dhcp6_handledata()
2890 o = dhcp6_getmoption(D6_OPTION_RECONF_MSG, r, len); in dhcp6_handledata()