Searched refs:addattr (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/
H A Dlibnetlink.h47 extern int addattr(struct nlmsghdr *n, int maxlen, int type);
/external/iproute2/ip/
H A Dipl2tp.c171 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/
H A Dlibnetlink.c523 int addattr(struct nlmsghdr *n, int maxlen, int type) function

Completed in 1608 milliseconds