OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slarp
(Results
1 - 8
of
8
) 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
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
isdn.h
73
#define ISDN_NET_ENCAP_CISCOHDLC 3 /* Without
SLARP
and keepalive */
76
#define ISDN_NET_ENCAP_CISCOHDLCK 6 /* With
SLARP
and keepalive */
wanrouter.h
191
unsigned slarp_timer; /*
SLARP
request timer */
423
unsigned slarp_timer; /*
SLARP
request timer */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h
73
#define ISDN_NET_ENCAP_CISCOHDLC 3 /* Without
SLARP
and keepalive */
76
#define ISDN_NET_ENCAP_CISCOHDLCK 6 /* With
SLARP
and keepalive */
wanrouter.h
191
unsigned slarp_timer; /*
SLARP
request timer */
423
unsigned slarp_timer; /*
SLARP
request timer */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h
73
#define ISDN_NET_ENCAP_CISCOHDLC 3 /* Without
SLARP
and keepalive */
76
#define ISDN_NET_ENCAP_CISCOHDLCK 6 /* With
SLARP
and keepalive */
wanrouter.h
191
unsigned slarp_timer; /*
SLARP
request timer */
423
unsigned slarp_timer; /*
SLARP
request timer */
/external/kernel-headers/original/linux/
wanrouter.h
191
unsigned slarp_timer; /*
SLARP
request timer */
423
unsigned slarp_timer; /*
SLARP
request timer */
Completed in 231 milliseconds