1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 /* net/atm/addr.h - Local ATM address registry 1 /* net/atm/addr.h - Local ATM address registry */ 3 2 4 /* Written 1995-2000 by Werner Almesberger, EP 3 /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ 5 4 6 5 7 #ifndef NET_ATM_ADDR_H 6 #ifndef NET_ATM_ADDR_H 8 #define NET_ATM_ADDR_H 7 #define NET_ATM_ADDR_H 9 8 10 #include <linux/atm.h> 9 #include <linux/atm.h> 11 #include <linux/atmdev.h> 10 #include <linux/atmdev.h> 12 11 13 void atm_reset_addr(struct atm_dev *dev, enum 12 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t type); 14 int atm_add_addr(struct atm_dev *dev, const st 13 int atm_add_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, 15 enum atm_addr_type_t type); 14 enum atm_addr_type_t type); 16 int atm_del_addr(struct atm_dev *dev, const st 15 int atm_del_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, 17 enum atm_addr_type_t type); 16 enum atm_addr_type_t type); 18 int atm_get_addr(struct atm_dev *dev, struct s 17 int atm_get_addr(struct atm_dev *dev, struct sockaddr_atmsvc __user *buf, 19 size_t size, enum atm_addr_ty 18 size_t size, enum atm_addr_type_t type); 20 19 21 #endif 20 #endif 22 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.