Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include/net
File: if_packet.h
/* Definitions for use with Linux SOCK_PACKET sockets.
[0] Fix | Delete
Copyright (C) 1997-2018 Free Software Foundation, Inc.
[1] Fix | Delete
This file is part of the GNU C Library.
[2] Fix | Delete
[3] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[4] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[5] Fix | Delete
License as published by the Free Software Foundation; either
[6] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[7] Fix | Delete
[8] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[9] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[10] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[11] Fix | Delete
Lesser General Public License for more details.
[12] Fix | Delete
[13] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[14] Fix | Delete
License along with the GNU C Library; if not, see
[15] Fix | Delete
<http://www.gnu.org/licenses/>. */
[16] Fix | Delete
[17] Fix | Delete
#ifndef __IF_PACKET_H
[18] Fix | Delete
#define __IF_PACKET_H
[19] Fix | Delete
[20] Fix | Delete
#include <features.h>
[21] Fix | Delete
#include <bits/sockaddr.h>
[22] Fix | Delete
[23] Fix | Delete
/* This is the SOCK_PACKET address structure as used in Linux 2.0.
[24] Fix | Delete
From Linux 2.1 the AF_PACKET interface is preferred and you should
[25] Fix | Delete
consider using it in place of this one. */
[26] Fix | Delete
[27] Fix | Delete
struct sockaddr_pkt
[28] Fix | Delete
{
[29] Fix | Delete
__SOCKADDR_COMMON (spkt_);
[30] Fix | Delete
unsigned char spkt_device[14];
[31] Fix | Delete
unsigned short spkt_protocol;
[32] Fix | Delete
};
[33] Fix | Delete
[34] Fix | Delete
#endif
[35] Fix | Delete
[36] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function