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

Lines Matching refs:UINT16_t

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,
371 parsePADOTags(UINT16_t type, UINT16_t len, unsigned char *data,
448 UINT16_t namelen = 0;
449 UINT16_t plen;
452 namelen = (UINT16_t) strlen(conn->serviceName);