OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNIC_API_VERSION
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/net/
pnic_api.h
61
#define
PNIC_API_VERSION
0x0101 /* 1.1 */
pnic.c
102
if ( api_version !=
PNIC_API_VERSION
) {
106
PNIC_API_VERSION
>> 8,
PNIC_API_VERSION
& 0xff );
108
if ( api_version <
PNIC_API_VERSION
) {
111
return ( api_version ==
PNIC_API_VERSION
);
Completed in 44 milliseconds