Home
last modified time | relevance | path

Searched refs:rrep (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-wb.c349 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/
Dhoobr_aodv_extension.out1 IP 48.48.48.48.654 > 48.48.48.48.12336: aodv rrep 12308 prefix 16 hops 48
/external/mksh/src/
Deval.c497 char *pat = NULL, *rrep; in expand() local
517 rrep = null; in expand()
520 rrep = evalstr(wrep, in expand()
522 rreplen = strlen(rrep); in expand()
524 rrep = NULL; in expand()
604 rrep != null) { in expand()
605 afree(rrep, ATEMP); in expand()
607 rrep = evalstr(wrep, in expand()
609 rreplen = strlen(rrep); in expand()
642 memcpy(s + n1, rrep, rreplen); in expand()
[all …]