Searched refs:addattr8 (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/include/ |
D | libnetlink.h | 48 extern int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data);
|
/external/iproute2/ip/ |
D | iplink.c | 439 addattr8(&req->n, sizeof(*req), IFLA_LINKMODE, mode); in iplink_parse() 447 addattr8(&req->n, sizeof(*req), IFLA_OPERSTATE, state); in iplink_parse()
|
D | ipl2tp.c | 110 addattr8(&req.n, 1024, L2TP_ATTR_PROTO_VERSION, 3); in create_tunnel() 174 if (p->data_seq) addattr8(&req.n, 1024, L2TP_ATTR_DATA_SEQ, p->data_seq); in create_session()
|
/external/iproute2/lib/ |
D | libnetlink.c | 528 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data) in addattr8() function
|