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); in etherType()
101 openInterface(char const *ifname, UINT16_t type, unsigned char *hwaddr) in openInterface()
264 UINT16_t len = ntohs(packet->length); in parsePacket()
266 UINT16_t tagType, tagLen; in parsePacket()
317 parseForHostUniq(UINT16_t type, UINT16_t len, unsigned char *data, in parseForHostUniq()
371 parsePADOTags(UINT16_t type, UINT16_t len, unsigned char *data, in parsePADOTags()
448 UINT16_t namelen = 0; in sendPADI()
449 UINT16_t plen; in sendPADI()
452 namelen = (UINT16_t) strlen(conn->serviceName); in sendPADI()