Home | History | Annotate | Download | only in rp-pppoe

Lines Matching refs:UINT16_t

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);
284 UINT16_t computeTCPChecksum(unsigned char *ipHdr, unsigned char *tcpHdr);
285 UINT16_t pppFCS16(UINT16_t fcs, unsigned char *cp, int len);
287 unsigned char *findTag(PPPoEPacket *packet, UINT16_t tagType,