OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINT16_t
(Results
1 - 6
of
6
) sorted by null
/external/ppp/pppd/plugins/rp-pppoe/
pppoe.h
66
typedef unsigned short
UINT16_t
;
68
typedef unsigned int
UINT16_t
;
107
extern
UINT16_t
Eth_PPPOE_Discovery;
108
extern
UINT16_t
Eth_PPPOE_Session;
215
typedef void ParseFunc(
UINT16_t
type,
216
UINT16_t
len,
233
UINT16_t
session; /* Session ID */
262
UINT16_t
etherType(PPPoEPacket *packet);
263
int openInterface(char const *ifname,
UINT16_t
type, unsigned char *hwaddr);
273
void parseLogErrs(
UINT16_t
typ, UINT16_t len, unsigned char *data, void *xtra)
[
all
...]
if.c
56
UINT16_t
Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY;
57
UINT16_t
Eth_PPPOE_Session = ETH_PPPOE_SESSION;
74
UINT16_t
77
UINT16_t
type = (
UINT16_t
) ntohs(packet->ethHdr.h_proto);
96
openInterface(char const *ifname,
UINT16_t
type, unsigned char *hwaddr)
discovery.c
80
parseForHostUniq(
UINT16_t
type,
UINT16_t
len, unsigned char *data,
134
parsePADOTags(
UINT16_t
type,
UINT16_t
len, unsigned char *data,
139
UINT16_t
mru;
211
parsePADSTags(
UINT16_t
type,
UINT16_t
len, unsigned char *data,
215
UINT16_t
mru;
268
UINT16_t
namelen = 0;
269
UINT16_t
plen
[
all
...]
pppoe-discovery.c
61
UINT16_t
Eth_PPPOE_Discovery = ETH_PPPOE_DISCOVERY;
62
UINT16_t
Eth_PPPOE_Session = ETH_PPPOE_SESSION;
79
UINT16_t
82
UINT16_t
type = (
UINT16_t
) ntohs(packet->ethHdr.h_proto);
101
openInterface(char const *ifname,
UINT16_t
type, unsigned char *hwaddr)
264
UINT16_t
len = ntohs(packet->length);
266
UINT16_t
tagType, tagLen;
317
parseForHostUniq(
UINT16_t
type,
UINT16_t
len, unsigned char *data
[
all
...]
common.c
47
UINT16_t
len = ntohs(packet->length);
49
UINT16_t
tagType, tagLen;
101
UINT16_t
plen = 0;
debug.c
97
UINT16_t
type = etherType(packet);
Completed in 152 milliseconds