ReactOS 0.4.16-dev-457-g087979e
|
#include <windows.h>
#include <net/lan.h>
#include <iostream>
#include <string>
#include <ddk/ntddk.h>
#include <rosrtl/string.h>
Go to the source code of this file.
Macros | |
#define | ETYPE_IPv4 WH2N(0x0800) |
#define | ETYPE_IPv6 WH2N(0x86DD) |
#define | ETYPE_ARP WH2N(0x0806) |
Functions | |
void | display_row (char *data, int off, int len) |
void | display_buffer (char *Packet, int ReadLen) |
int | byte_till_end (char *Packet, int PktLen) |
NTSTATUS NTAPI | NtCreateFile (PHANDLE FileHandle, ACCESS_MASK DesiredAccess, POBJECT_ATTRIBUTES ObjectAttributes, PIO_STATUS_BLOCK IoStatusBlock, PLARGE_INTEGER AllocationSize, ULONG FileAttributes, ULONG ShareAccess, ULONG CreateDisposition, ULONG CreateOptions, PVOID EaBuffer, ULONG EaLength) |
int | main (int argc, char **argv) |
Definition at line 59 of file lantest.cpp.
Definition at line 57 of file lantest.cpp.
Definition at line 58 of file lantest.cpp.
Definition at line 40 of file lantest.cpp.
Referenced by main().
Definition at line 34 of file lantest.cpp.
Referenced by main().
Definition at line 14 of file lantest.cpp.
Referenced by display_buffer().
Definition at line 75 of file lantest.cpp.
NTSTATUS NTAPI NtCreateFile | ( | PHANDLE | FileHandle, |
ACCESS_MASK | DesiredAccess, | ||
POBJECT_ATTRIBUTES | ObjectAttributes, | ||
PIO_STATUS_BLOCK | IoStatusBlock, | ||
PLARGE_INTEGER | AllocationSize, | ||
ULONG | FileAttributes, | ||
ULONG | ShareAccess, | ||
ULONG | CreateDisposition, | ||
ULONG | CreateOptions, | ||
PVOID | EaBuffer, | ||
ULONG | EaLength | ||
) |
Definition at line 3759 of file file.c.