Searched refs:rreq (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-aodv.c | 94 if (i < sizeof(ap->rreq)) { in aodv_rreq() 98 i -= sizeof(ap->rreq); in aodv_rreq() 101 ap->rreq.rreq_type & RREQ_JOIN ? "[J]" : "", in aodv_rreq() 102 ap->rreq.rreq_type & RREQ_REPAIR ? "[R]" : "", in aodv_rreq() 103 ap->rreq.rreq_type & RREQ_GRAT ? "[G]" : "", in aodv_rreq() 104 ap->rreq.rreq_type & RREQ_DEST ? "[D]" : "", in aodv_rreq() 105 ap->rreq.rreq_type & RREQ_UNKNOWN ? "[U] " : " ", in aodv_rreq() 106 ap->rreq.rreq_hops, in aodv_rreq() 107 (unsigned long)EXTRACT_32BITS(&ap->rreq.rreq_id), in aodv_rreq() 108 ipaddr_string(&ap->rreq.rreq_da), in aodv_rreq() [all …]
|
D | print-wb.c | 228 wb_rreq(const struct pkt_rreq *rreq, u_int len) in wb_rreq() argument 231 if (len < sizeof(*rreq) || (u_char *)(rreq + 1) > snapend) in wb_rreq() 235 ipaddr_string(&rreq->pr_id), in wb_rreq() 236 ipaddr_string(&rreq->pr_page.p_sid), in wb_rreq() 237 EXTRACT_32BITS(&rreq->pr_page.p_uid), in wb_rreq() 238 EXTRACT_32BITS(&rreq->pr_sseq), in wb_rreq() 239 EXTRACT_32BITS(&rreq->pr_eseq)); in wb_rreq()
|
D | aodv.h | 155 struct aodv_rreq rreq; member
|