Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipl2tp.c155 if (p->recv_seq) addattr(&req.n, 1024, L2TP_ATTR_RECV_SEQ); in create_session()
156 if (p->send_seq) addattr(&req.n, 1024, L2TP_ATTR_SEND_SEQ); in create_session()
157 if (p->lns_mode) addattr(&req.n, 1024, L2TP_ATTR_LNS_MODE); in create_session()
/external/iproute2/include/
Dlibnetlink.h81 int addattr(struct nlmsghdr *n, int maxlen, int type);
/external/iproute2/lib/
Dlibnetlink.c620 int addattr(struct nlmsghdr *n, int maxlen, int type) in addattr() function