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

  /external/iproute2/include/
libnetlink.h 47 extern int addattr(struct nlmsghdr *n, int maxlen, int type);
  /external/iproute2/ip/
ipl2tp.c 171 if (p->recv_seq) addattr(&req.n, 1024, L2TP_ATTR_RECV_SEQ);
172 if (p->send_seq) addattr(&req.n, 1024, L2TP_ATTR_SEND_SEQ);
173 if (p->lns_mode) addattr(&req.n, 1024, L2TP_ATTR_LNS_MODE);
  /external/iproute2/lib/
libnetlink.c 523 int addattr(struct nlmsghdr *n, int maxlen, int type) function

Completed in 545 milliseconds