Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: atmppp.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
/* atmppp.h - RFC2364 PPPoATM */
[1] Fix | Delete
[2] Fix | Delete
/* Written 2000 by Mitchell Blank Jr */
[3] Fix | Delete
[4] Fix | Delete
#ifndef _LINUX_ATMPPP_H
[5] Fix | Delete
#define _LINUX_ATMPPP_H
[6] Fix | Delete
[7] Fix | Delete
#include <linux/atm.h>
[8] Fix | Delete
[9] Fix | Delete
#define PPPOATM_ENCAPS_AUTODETECT (0)
[10] Fix | Delete
#define PPPOATM_ENCAPS_VC (1)
[11] Fix | Delete
#define PPPOATM_ENCAPS_LLC (2)
[12] Fix | Delete
[13] Fix | Delete
/*
[14] Fix | Delete
* This is for the ATM_SETBACKEND call - these are like socket families:
[15] Fix | Delete
* the first element of the structure is the backend number and the rest
[16] Fix | Delete
* is per-backend specific
[17] Fix | Delete
*/
[18] Fix | Delete
struct atm_backend_ppp {
[19] Fix | Delete
atm_backend_t backend_num; /* ATM_BACKEND_PPP */
[20] Fix | Delete
int encaps; /* PPPOATM_ENCAPS_* */
[21] Fix | Delete
};
[22] Fix | Delete
[23] Fix | Delete
#endif /* _LINUX_ATMPPP_H */
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function