mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Nuke duplicate struct declaration from somebody's paste-o
This commit is contained in:
parent
d85d39f7d1
commit
4fbd258bcc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59100
@ -447,17 +447,6 @@ typedef struct {
|
||||
SEGOFF16_t buffer; /* SEG:OFF to the packet buffer */
|
||||
} PACKED t_PXENV_UDP_WRITE;
|
||||
|
||||
#define PXENV_UDP_WRITE 0x0033
|
||||
typedef struct {
|
||||
PXENV_STATUS_t status;
|
||||
IP4_t ip; /* dest ip addr */
|
||||
IP4_t gw; /* ip gateway */
|
||||
UDP_PORT_t src_port; /* source udp port */
|
||||
UDP_PORT_t dst_port; /* destination udp port */
|
||||
uint16_t buffer_size; /* Size of the packet buffer */
|
||||
SEGOFF16_t buffer; /* SEG:OFF to the packet buffer */
|
||||
} PACKED t_PXENV_UDP_WRITE;
|
||||
|
||||
#define PXENV_UNLOAD_STACK 0x0070
|
||||
typedef struct {
|
||||
PXENV_STATUS_t Status;
|
||||
|
Loading…
Reference in New Issue
Block a user