Home
last modified time | relevance | path

Searched refs:macCommon (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/msdos/
Dndis2.c273 struct _CommonChars *macCommon; in CALLBACK() local
279 macCommon = (struct _CommonChars*) param2; in CALLBACK()
280 if (macCommon == NULL) in CALLBACK()
288 macCommon->moduleName, in CALLBACK()
289 ((MacChars*) macCommon->serviceChars)->macName); in CALLBACK()
292 result = macCommon->systemRequest ((DWORD)&common, (DWORD)&macCommon, in CALLBACK()
294 macCommon->moduleDS); in CALLBACK()
297 handle->common = macCommon; in CALLBACK()
303 macCommon = (struct _CommonChars*) param2; in CALLBACK()
304 result = macCommon->systemRequest ((DWORD)&common, 0, in CALLBACK()
[all …]