Home
last modified time | relevance | path

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

/external/tcpdump/tests/
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-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 …
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-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
341 if (!check_server_id(mymsg->dhcp6.options, in validate_ids()
342 TT.status - ((char*)&mymsg->dhcp6.options[0] - (char*)mymsg) )) { in validate_ids()
346 if (!check_client_id(mymsg->dhcp6.options, in validate_ids()
347 TT.status - ((char*)&mymsg->dhcp6.options[0] - (char*)mymsg) )) { in validate_ids()
624 !memcmp(mymsg->dhcp6.transaction_id, TT.transction_id, 3)) { in dhcp6_main()
626 if (mymsg->dhcp6.msgtype == DHCP6ADVERTISE ) { in dhcp6_main()
635 TT.request_length = TT.status - ((char*)&mymsg->dhcp6 - (char*)mymsg); in dhcp6_main()
636 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length); in dhcp6_main()
647 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/dhcpcd-6.8.2/
Dscript.c238 int dhcp6, ra; in make_env() local
246 dhcp6 = ra = 0; in make_env()
253 dhcp6 = 1; in make_env()
264 dhcp6 = 1; in make_env()
355 || (dhcp6 && d6_state && d6_state->new) in make_env()
429 if (dhcp6 && d6_state && ifo->options & DHCPCD_PFXDLGONLY) { in make_env()
439 if (dhcp6 && d6_state && d6_state->old) { in make_env()
479 if (dhcp6 && D6_STATE_RUNNING(ifp)) { in make_env()
DAndroid.mk56 LOCAL_SRC_FILES += ipv6.c ipv6nd.c dhcp6.c
Dconfigure409 echo "DHCPCD_SRCS+= ipv6.c ipv6nd.c dhcp6.c" >>$CONFIG_MK
/external/tcpdump/
Dprint-dhcp6.c104 struct dhcp6 { struct
761 struct dhcp6 *dh6; in dhcp6_print()
773 dh6 = (struct dhcp6 *)cp; in dhcp6_print()
DAndroid.mk45 print-dhcp6.c \
DMakefile.in334 print-dhcp6.c \
DINSTALL.txt122 print-dhcp6.c - IPv6 DHCP printer routines
Dconfigure.in244 …print-ripng.c print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c print-babel.c $L…
273 …print-ripng.c print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c print-babel.c $L…
DCHANGES317 Update dhcp6 options table as per IETF standardization activities
/external/tcpdump/win32/prj/
DGNUmakefile65 ../../print-dhcp6.o \
DWinDump.dsp248 SOURCE="..\..\print-dhcp6.c"
/external/toybox/generated/
Dglobals.h1353 struct dhcp6_data dhcp6; member
Dnewtoys.h47 USE_DHCP6(NEWTOY(dhcp6, "r:A#<0T#<0t#<0s:p:i:SRvqnbf", TOYFLAG_SBIN|TOYFLAG_ROOTONLY))
Dflags.h3438 #define TT this.dhcp6