HomeSort by relevance Sort by last modified time
    Searched full:slarp (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-chdlc.c 122 * The fixed-length portion of a SLARP packet.
148 const struct cisco_slarp *slarp; local
151 printf("SLARP (length: %u), ",length);
155 slarp = (const struct cisco_slarp *)cp;
156 TCHECK2(*slarp, SLARP_MIN_LEN);
157 switch (EXTRACT_32BITS(&slarp->code)) {
172 ipaddr_string(&slarp->un.addr.addr),
173 ipaddr_string(&slarp->un.addr.mask));
177 EXTRACT_32BITS(&slarp->un.keep.myseq),
178 EXTRACT_32BITS(&slarp->un.keep.yourseq)
    [all...]
  /external/kernel-headers/original/linux/
wanrouter.h 191 unsigned slarp_timer; /* SLARP request timer */
423 unsigned slarp_timer; /* SLARP request timer */

Completed in 11 milliseconds