HomeSort by relevance Sort by last modified time
    Searched refs:addattr8 (Results 1 - 4 of 4) sorted by null

  /external/iproute2/include/
libnetlink.h 48 extern int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data);
  /external/iproute2/ip/
ipl2tp.c 110 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);
iplink.c 439 addattr8(&req->n, sizeof(*req), IFLA_LINKMODE, mode);
447 addattr8(&req->n, sizeof(*req), IFLA_OPERSTATE, state);
  /external/iproute2/lib/
libnetlink.c 528 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data) function

Completed in 60 milliseconds