Searched refs:rrep (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-wb.c | 349 const struct pkt_rrep *rrep, u_int len) in wb_rrep() argument 351 const struct pkt_dop *dop = &rrep->pr_dop; in wb_rrep() 354 if (len < sizeof(*rrep) || !ND_TTEST(*rrep)) in wb_rrep() 356 len -= sizeof(*rrep); in wb_rrep() 359 ipaddr_string(ndo, &rrep->pr_id), in wb_rrep()
|
/external/tcpdump/tests/ |
D | hoobr_aodv_extension.out | 1 IP 48.48.48.48.654 > 48.48.48.48.12336: aodv rrep 12308 prefix 16 hops 48
|
/external/mksh/src/ |
D | eval.c | 501 char *pat = NULL, *rrep = null; in expand() local 521 rrep = wrep ? evalstr(wrep, in expand() 597 if (rrep != null) in expand() 598 afree(rrep, ATEMP); in expand() 599 rrep = wrep ? evalstr(wrep, in expand() 604 d = shf_smprintf(Tf_sss, end, rrep, p); in expand() 606 sbeg = d + (sbeg - s) + strlen(rrep); in expand() 620 if (rrep != null) in expand() 621 afree(rrep, ATEMP); in expand()
|