Home
last modified time | relevance | path

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

12

/external/tcpdump/tests/
Ddhcpv6-mud.out1 …547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::ba27…
2 …547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::ba27…
3 …547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::ba27…
4 …547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::ba27…
5 …547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::ba27…
Ddhcpv6-ia-pd.out1 …load length: 56) fe80::201:2ff:fe03:405.546 > ff02::1:2.547: [udp sum ok] dhcp6 solicit (xid=e1e09…
2 …) fe80::211:22ff:fe33:4455.547 > fe80::201:2ff:fe03:405.546: [udp sum ok] dhcp6 advertise (xid=e1e…
3 …oad length: 103) fe80::201:2ff:fe03:405.546 > ff02::1:2.547: [udp sum ok] dhcp6 request (xid=12b08…
4 …) fe80::211:22ff:fe33:4455.547 > fe80::201:2ff:fe03:405.546: [udp sum ok] dhcp6 reply (xid=12b08a …
Ddhcpv6-ia-ta.out1 …load length: 48) fe80::201:2ff:fe03:405.546 > ff02::1:2.547: [udp sum ok] dhcp6 solicit (xid=28b04…
2 …) fe80::211:22ff:fe33:4455.547 > fe80::201:2ff:fe03:405.546: [udp sum ok] dhcp6 advertise (xid=28b…
3 …load length: 94) fe80::201:2ff:fe03:405.546 > ff02::1:2.547: [udp sum ok] dhcp6 request (xid=2b0e4…
4 …) fe80::211:22ff:fe33:4455.547 > fe80::201:2ff:fe03:405.546: [udp sum ok] dhcp6 reply (xid=2b0e45 …
Ddhcpv6-AFTR-Name-RFC6334.out1 …load length: 56) fe80::201:2ff:fe03:405.546 > ff02::1:2.547: [udp sum ok] dhcp6 solicit (xid=d81eb…
2 …) fe80::211:22ff:fe33:4455.547 > fe80::201:2ff:fe03:405.546: [udp sum ok] dhcp6 advertise (xid=d81…
3 …oad length: 103) fe80::201:2ff:fe03:405.546 > ff02::1:2.547: [udp sum ok] dhcp6 request (xid=1e291…
4 …) fe80::211:22ff:fe33:4455.547 > fe80::201:2ff:fe03:405.546: [udp sum ok] dhcp6 reply (xid=1e291d …
Ddhcpv6-ia-na.out1 …load length: 56) fe80::201:2ff:fe03:405.546 > ff02::1:2.547: [udp sum ok] dhcp6 solicit (xid=90b45…
2 …) fe80::211:22ff:fe33:4455.547 > fe80::201:2ff:fe03:405.546: [udp sum ok] dhcp6 advertise (xid=90b…
3 …oad length: 102) fe80::201:2ff:fe03:405.546 > ff02::1:2.547: [udp sum ok] dhcp6 request (xid=2ffdd…
4 …) fe80::211:22ff:fe33:4455.547 > fe80::201:2ff:fe03:405.546: [udp sum ok] dhcp6 reply (xid=2ffdd1 …
Ddhcp6_reconf_asan.out2 …251.73.86.150.514 > 126.172.217.192.546: dhcp6 relay-reply (linkaddr=300:10ed:ff:f01:f:0:7f:7f pee…
Ddhcpv6-domain-list.out1 …fe80::20c:29ff:fe9b:a15d.547 > fe80::20c:29ff:fe38:f368.546: [udp sum ok] dhcp6 reply (xid=aa56ce …
Ddhcpv6-ntp-server.out1 …fe80::20c:29ff:fe9b:a15d.547 > fe80::20c:29ff:fe38:f368.546: [udp sum ok] dhcp6 reply (xid=f69b57 …
Ddhcpv6-sip-server-d.out1 …fe80::20c:29ff:fe9b:a15d.547 > fe80::20c:29ff:fe38:f368.546: [udp sum ok] dhcp6 reply (xid=6890d8 …
/external/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()
/external/tcpdump/
Dprint-dhcp6.c106 struct dhcp6 { struct
783 const struct dhcp6 *dh6; in dhcp6_print()
795 dh6 = (const struct dhcp6 *)cp; in dhcp6_print()
DAndroid.bp83 "print-dhcp6.c",
DMakefile.in119 print-dhcp6.c \
DCHANGES627 Update dhcp6 options table as per IETF standardization activities
/external/tcpdump/win32/prj/
DGNUmakefile65 ../../print-dhcp6.o \
DWinDump.dsp272 SOURCE="..\..\print-dhcp6.c"
/external/toybox/android/device/generated/
Dnewtoys.h63 USE_DHCP6(NEWTOY(dhcp6, "r:A#<0T#<0t#<0s:p:i:SRvqnbf", TOYFLAG_SBIN|TOYFLAG_ROOTONLY))
Dglobals.h1641 struct dhcp6_data dhcp6; member
Dflags.h4181 #define TT this.dhcp6
/external/toybox/android/linux/generated/
Dnewtoys.h63 USE_DHCP6(NEWTOY(dhcp6, "r:A#<0T#<0t#<0s:p:i:SRvqnbf", TOYFLAG_SBIN|TOYFLAG_ROOTONLY))
Dglobals.h1641 struct dhcp6_data dhcp6; member
/external/toybox/android/mac/generated/
Dnewtoys.h63 USE_DHCP6(NEWTOY(dhcp6, "r:A#<0T#<0t#<0s:p:i:SRvqnbf", TOYFLAG_SBIN|TOYFLAG_ROOTONLY))
Dglobals.h1641 struct dhcp6_data dhcp6; member
Dflags.h4181 #define TT this.dhcp6

12