Home
last modified time | relevance | path

Searched refs:GENL_NAMSIZ (Results 1 – 20 of 20) sorted by relevance

/external/libnl/include/linux-private/linux/
Dgenetlink.h7 #define GENL_NAMSIZ 16 /* length of family name */ macro
/external/kernel-headers/original/uapi/linux/
Dgenetlink.h8 #define GENL_NAMSIZ 16 /* length of family name */ macro
/external/iproute2/include/uapi/linux/
Dgenetlink.h8 #define GENL_NAMSIZ 16 /* length of family name */ macro
/external/libnl/lib/genl/
Dfamily.c260 strncpy(family->gf_name, name, GENL_NAMSIZ-1); in genl_family_set_name()
376 strncpy(grp->name, name, GENL_NAMSIZ - 1); in genl_family_add_grp()
Dctrl.c46 .maxlen = GENL_NAMSIZ },
/external/libnl/include/netlink-private/
Dtypes.h764 char name[GENL_NAMSIZ];
773 char gf_name[GENL_NAMSIZ];
/external/iproute2/genl/
Dctrl.c290 char d[GENL_NAMSIZ]; in ctrl_list()
/external/syzkaller/executor/
Dcommon_linux.h594 hdr->nlmsg_len = sizeof(*hdr) + sizeof(*genlhdr) + sizeof(*attr) + GENL_NAMSIZ; in syz_genetlink_get_family_id()
599 attr->nla_len = sizeof(*attr) + GENL_NAMSIZ; in syz_genetlink_get_family_id()
600 NONFAILING(strncpy((char*)(attr + 1), (char*)name, GENL_NAMSIZ)); in syz_genetlink_get_family_id()
/external/syzkaller/pkg/csource/
Dgenerated.go1184 hdr->nlmsg_len = sizeof(*hdr) + sizeof(*genlhdr) + sizeof(*attr) + GENL_NAMSIZ;
1189 attr->nla_len = sizeof(*attr) + GENL_NAMSIZ;
1190 NONFAILING(strncpy((char*)(attr + 1), (char*)name, GENL_NAMSIZ));
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go571 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_s390x.go571 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_arm.go571 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_ppc64le.go571 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_mips64.go571 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_ppc64.go571 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_amd64.go572 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_mips64le.go571 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_386.go572 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_mips.go571 GENL_NAMSIZ = 0x10 const
Dzerrors_linux_arm64.go574 GENL_NAMSIZ = 0x10 const