Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : //usr/include/linux/vzctl_veth.h |
/*
* include/uapi/linux/vzctl_veth.h
*
* Copyright (c) 2006-2008 SWsoft
* Copyright (c) 2009-2015 Parallels IP Holdings GmbH
*
*/
#ifndef _VZCTL_VETH_H
#define _VZCTL_VETH_H
#include <linux/types.h>
#include <linux/ioctl.h>
#ifndef __ENVID_T_DEFINED__
#define __ENVID_T_DEFINED__
typedef unsigned envid_t;
#endif
#define VE_ETH_ADD 1
#define VE_ETH_DEL 2
#define VE_ETH_ALLOW_MAC_CHANGE 3
#define VE_ETH_DENY_MAC_CHANGE 4
struct vzctl_ve_hwaddr {
envid_t veid;
int op;
unsigned char dev_addr[6];
int addrlen;
char dev_name[16];
unsigned char dev_addr_ve[6];
int addrlen_ve;
char dev_name_ve[16];
};
#define VETHCTLTYPE '['
#define VETHCTL_VE_HWADDR _IOW(VETHCTLTYPE, 3, struct vzctl_ve_hwaddr)
#endif /* _VZCTL_VETH_H */