Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Ddhcp6.c74 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument
77 #define LWIP_HOOK_DHCP6_PARSE_OPTION(netif, dhcp6, state, msg, msg_type, option, len, pbuf, offset)… argument
118 #define dhcp6_option_given(dhcp6, idx) (dhcp6_rx_options[idx].option_given != 0) argument
119 #define dhcp6_got_option(dhcp6, idx) (dhcp6_rx_options[idx].option_given = 1) argument
120 #define dhcp6_clear_option(dhcp6, idx) (dhcp6_rx_options[idx].option_given = 0) argument
121 #define dhcp6_clear_all_options(dhcp6) (memset(dhcp6_rx_options, 0, sizeof(dhcp6_rx_optio… argument
122 #define dhcp6_get_option_start(dhcp6, idx) (dhcp6_rx_options[idx].val_start) argument
123 #define dhcp6_get_option_length(dhcp6, idx) (dhcp6_rx_options[idx].val_length) argument
124 #define dhcp6_set_option(dhcp6, idx, start, len) do { dhcp6_rx_options[idx].val_start = (start); dh… argument
185 dhcp6_set_struct(struct netif *netif, struct dhcp6 *dhcp6) in dhcp6_set_struct() argument
[all …]
/third_party/lwip/src/include/lwip/
Ddhcp6.h57 struct dhcp6 struct
76 void dhcp6_set_struct(struct netif *netif, struct dhcp6 *dhcp6); argument
96 #define netif_dhcp6_data(netif) ((struct dhcp6*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA…
Dopt.h3159 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument
/third_party/toybox/toys/pending/
Ddhcp6.c115 dhcp6_msg_t dhcp6; member
338 if (!check_server_id(mymsg->dhcp6.options, in validate_ids()
339 TT.status - ((char*)&mymsg->dhcp6.options[0] - (char*)mymsg) )) { in validate_ids()
343 if (!check_client_id(mymsg->dhcp6.options, in validate_ids()
344 TT.status - ((char*)&mymsg->dhcp6.options[0] - (char*)mymsg) )) { in validate_ids()
618 !memcmp(mymsg->dhcp6.transaction_id, TT.transction_id, 3)) { in dhcp6_main()
620 if (mymsg->dhcp6.msgtype == DHCP6ADVERTISE ) { in dhcp6_main()
629 TT.request_length = TT.status - ((char*)&mymsg->dhcp6 - (char*)mymsg); in dhcp6_main()
630 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length); in dhcp6_main()
641 if (mymsg->dhcp6.msgtype == DHCP6REPLY) { in dhcp6_main()
[all …]
Ddhcpd.c171 dhcp6_msg_t dhcp6; member
862 memcpy(&packet.dhcp6, &gstate.send.send_pkt6, sizeof(dhcp6_msg_t)); in send_packet6()
863 padding = sizeof(packet.dhcp6.options) - optlen; in send_packet6()
/third_party/lwip/src/
DFilelists.mk65 CORE6FILES=$(LWIPDIR)/core/ipv6/dhcp6.c \
DFilelists.cmake69 ${LWIP_DIR}/src/core/ipv6/dhcp6.c
/third_party/lwip/
Dlwip.gni71 "$LWIPDIR/core/ipv6/dhcp6.c",
/third_party/toybox/generated/
Dnewtoys.h60 USE_DHCP6(NEWTOY(dhcp6, "r:A#<0T#<0t#<0s:p:i:SRvqnbf", TOYFLAG_SBIN|TOYFLAG_ROOTONLY))
Dglobals.h1553 struct dhcp6_data dhcp6; member
Dflags.h4002 #define TT this.dhcp6