Searched refs:dh6_msgtype (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-dhcp6.c95 #define dh6_msgtype dh6_msgtypexid.m macro
778 switch (dh6->dh6_msgtype) {
832 else if (dh6->dh6_msgtype != DH6_RELAY_FORW &&
833 dh6->dh6_msgtype != DH6_RELAY_REPLY) {
834 printf(" msgtype-%u", dh6->dh6_msgtype);
844 printf(" msgtype-%u (", dh6->dh6_msgtype); /*)*/
845 if (dh6->dh6_msgtype != DH6_RELAY_FORW &&
846 dh6->dh6_msgtype != DH6_RELAY_REPLY) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Ddhcp6s.c590 dhcp6msgstr(dh6->dh6_msgtype),
600 if (dh6->dh6_msgtype == DH6_RELAY_FORW) {
648 if (!(DH6_VALID_MESSAGE(dh6->dh6_msgtype)))
650 FNAME, dhcp6msgstr(dh6->dh6_msgtype));
686 switch (dh6->dh6_msgtype) {
723 if (dh6->dh6_msgtype == DH6_CONFIRM || dh6->dh6_msgtype == DH6_REBIND)
773 switch (dh6->dh6_msgtype) {
805 switch (dh6->dh6_msgtype) {
873 if (dh6->dh6_msgtype
[all...]
H A Ddhcp6c.c974 dh6->dh6_msgtype = DH6_SOLICIT;
981 dh6->dh6_msgtype = DH6_REQUEST;
988 dh6->dh6_msgtype = DH6_RENEW;
995 dh6->dh6_msgtype = DH6_DECLINE;
998 dh6->dh6_msgtype = DH6_INFORM_REQ;
1001 dh6->dh6_msgtype = DH6_REBIND;
1004 dh6->dh6_msgtype = DH6_CONFIRM;
1007 dh6->dh6_msgtype = DH6_RELEASE;
1260 dhcp6msgstr(dh6->dh6_msgtype),
1286 dh6->dh6_msgtype
[all...]
H A Ddhcp6.h262 #define dh6_msgtype dh6_msgtypexid.m macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6s.c581 dhcp6msgstr(dh6->dh6_msgtype),
591 if (dh6->dh6_msgtype == DH6_RELAY_FORW) {
639 if (!(DH6_VALID_MESSAGE(dh6->dh6_msgtype)))
641 FNAME, dhcp6msgstr(dh6->dh6_msgtype));
677 switch (dh6->dh6_msgtype) {
714 if (dh6->dh6_msgtype == DH6_CONFIRM || dh6->dh6_msgtype == DH6_REBIND)
764 switch (dh6->dh6_msgtype) {
796 switch (dh6->dh6_msgtype) {
864 if (dh6->dh6_msgtype
[all...]
H A Ddhcp6c.c975 dh6->dh6_msgtype = DH6_SOLICIT;
982 dh6->dh6_msgtype = DH6_REQUEST;
989 dh6->dh6_msgtype = DH6_RENEW;
996 dh6->dh6_msgtype = DH6_DECLINE;
999 dh6->dh6_msgtype = DH6_INFORM_REQ;
1002 dh6->dh6_msgtype = DH6_REBIND;
1005 dh6->dh6_msgtype = DH6_CONFIRM;
1008 dh6->dh6_msgtype = DH6_RELEASE;
1261 dhcp6msgstr(dh6->dh6_msgtype),
1287 dh6->dh6_msgtype
[all...]
H A Ddhcp6.h262 #define dh6_msgtype dh6_msgtypexid.m macro

Completed in 193 milliseconds