Searched refs:UINT16_t (Results 1 – 10 of 10) sorted by relevance
/external/syslinux/gpxe/src/arch/i386/include/ |
D | pxe_api.h | 80 UINT16_t Version; 104 UINT16_t StackSize; /**< Stack segment size */ 106 UINT16_t BC_CodeSize; /**< Base-code code segment size */ 108 UINT16_t BC_DataSize; /**< Base-code data segment size */ 110 UINT16_t UNDIDataSize; /**< UNDI data segment size */ 112 UINT16_t UNDICodeSize; /**< UNDI code segment size */ 291 UINT16_t PacketType; 292 UINT16_t BufferSize; /**< Buffer size */ 294 UINT16_t BufferLimit; /**< Maximum buffer size */ 345 UINT16_t seconds; [all …]
|
D | undi.h | 30 UINT16_t fbms; 32 UINT16_t restore_fbms; 34 UINT16_t pci_busdevfn; 36 UINT16_t isapnp_csn; 38 UINT16_t isapnp_read_port; 43 UINT16_t pci_vendor; 48 UINT16_t pci_device; 54 UINT16_t flags;
|
D | pxe_types.h | 34 typedef uint16_t UINT16_t; typedef 44 typedef UINT16_t PXENV_EXIT_t; 53 typedef UINT16_t PXENV_STATUS_t; 67 typedef UINT16_t UDP_PORT_t; 93 typedef UINT16_t SEGSEL_t; 102 typedef UINT16_t OFF16_t;
|
D | pxe.h | 81 UINT16_t Signature; 87 UINT16_t PXEROMID; 89 UINT16_t PCIRHeader; 117 UINT16_t UNDILoader; 119 UINT16_t StackSize; 121 UINT16_t DataSize; 123 UINT16_t CodeSize;
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe.h | 66 typedef unsigned short UINT16_t; typedef 68 typedef unsigned int UINT16_t; typedef 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 …]
|
D | 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); 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() [all …]
|
D | discovery.c | 80 parseForHostUniq(UINT16_t type, UINT16_t len, unsigned char *data, in parseForHostUniq() 134 parsePADOTags(UINT16_t type, UINT16_t len, unsigned char *data, in parsePADOTags() 139 UINT16_t mru; in parsePADOTags() 211 parsePADSTags(UINT16_t type, UINT16_t len, unsigned char *data, in parsePADSTags() 215 UINT16_t mru; in parsePADSTags() 268 UINT16_t namelen = 0; in sendPADI() 269 UINT16_t plen; in sendPADI() 273 namelen = (UINT16_t) strlen(conn->serviceName); in sendPADI() 319 UINT16_t mru = htons(MIN(lcp_allowoptions[0].mru, lcp_wantoptions[0].mru)); in sendPADI() 456 UINT16_t namelen = 0; in sendPADR() [all …]
|
D | 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); in etherType() 96 openInterface(char const *ifname, UINT16_t type, unsigned char *hwaddr) in openInterface()
|
D | common.c | 47 UINT16_t len = ntohs(packet->length); in parsePacket() 49 UINT16_t tagType, tagLen; in parsePacket() 101 UINT16_t plen = 0; in sendPADT()
|
D | debug.c | 97 UINT16_t type = etherType(packet); in dumpPacket()
|