PXENV_UNDI_SET_PACKET_FILTER
[PXE UNDI API]

UNDI SET PACKET FILTER. More...


Data Structures

struct  s_PXENV_UNDI_SET_PACKET_FILTER
 Parameter block for pxenv_undi_set_packet_filter(). More...

Defines

#define PXENV_UNDI_SET_PACKET_FILTER   0x000b
 PXE API function code for pxenv_undi_set_packet_filter().

Typedefs

typedef struct
s_PXENV_UNDI_SET_PACKET_FILTER 
PXENV_UNDI_SET_PACKET_FILTER_t

Functions

PXENV_EXIT_t pxenv_undi_set_packet_filter (struct s_PXENV_UNDI_SET_PACKET_FILTER *undi_set_packet_filter)


Detailed Description

UNDI SET PACKET FILTER.

Define Documentation

#define PXENV_UNDI_SET_PACKET_FILTER   0x000b

PXE API function code for pxenv_undi_set_packet_filter().

Definition at line 1185 of file pxe_api.h.

Referenced by pxe_api_call(), and pxeparent_function_name().


Typedef Documentation

Definition at line 1203 of file pxe_api.h.


Function Documentation

PXENV_EXIT_t pxenv_undi_set_packet_filter ( struct s_PXENV_UNDI_SET_PACKET_FILTER undi_set_packet_filter  ) 

Definition at line 392 of file pxe_undi.c.

References DBG, s_PXENV_UNDI_SET_PACKET_FILTER::filter, PXENV_EXIT_SUCCESS, PXENV_STATUS_SUCCESS, and s_PXENV_UNDI_SET_PACKET_FILTER::Status.

Referenced by pxe_api_call().

00393                                                          {
00394 
00395         DBG ( "PXENV_UNDI_SET_PACKET_FILTER %02x\n",
00396               undi_set_packet_filter->filter );
00397 
00398         /* Pretend that we succeeded, otherwise the 3Com DOS UNDI
00399          * driver refuses to load.  (We ignore the filter value in the
00400          * PXENV_UNDI_OPEN call anyway.)
00401          */
00402         undi_set_packet_filter->Status = PXENV_STATUS_SUCCESS;
00403 
00404         return PXENV_EXIT_SUCCESS;
00405 }


Generated on Tue Apr 6 20:01:59 2010 for gPXE by  doxygen 1.5.7.1