Searched refs:addattr8 (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/include/
H A Dlibnetlink.h48 extern int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data);
/external/iproute2/ip/
H A Dipl2tp.c110 addattr8(&req.n, 1024, L2TP_ATTR_PROTO_VERSION, 3);
174 if (p->data_seq) addattr8(&req.n, 1024, L2TP_ATTR_DATA_SEQ, p->data_seq);
H A Diplink.c439 addattr8(&req->n, sizeof(*req), IFLA_LINKMODE, mode);
447 addattr8(&req->n, sizeof(*req), IFLA_OPERSTATE, state);
/external/iproute2/lib/
H A Dlibnetlink.c528 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data) function

Completed in 519 milliseconds