OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BSD_VERSION
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h
172
#define
BSD_VERSION
(x) ((x) >> 5) /* version of option format */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h
172
#define
BSD_VERSION
(x) ((x) >> 5) /* version of option format */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h
172
#define
BSD_VERSION
(x) ((x) >> 5) /* version of option format */
/external/ppp/pppd/include/net/
ppp-comp.h
142
#define
BSD_VERSION
(x) ((x) >> 5) /* version of option format */
/external/ppp/pppd/
ccp.c
963
if (
BSD_VERSION
(p[2]) != BSD_CURRENT_VERSION)
[
all
...]
Completed in 29 milliseconds