HomeSort by relevance Sort by last modified time
    Searched refs:UINT16_t (Results 1 - 10 of 10) sorted by null

  /external/syslinux/gpxe/src/arch/i386/include/
pxe_types.h 21 * Basic PXE data types such as #UINT16_t, #ADDR32_t, #SEGSEL_t etc.
34 typedef uint16_t UINT16_t;
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;
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;
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...]
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;
138 uint16_t vendor_id;
140 uint16_t device_id;
  /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 308 milliseconds