Searched refs:addattr (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/ip/ |
D | ipl2tp.c | 155 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/ |
D | libnetlink.h | 81 int addattr(struct nlmsghdr *n, int maxlen, int type);
|
/external/iproute2/lib/ |
D | libnetlink.c | 620 int addattr(struct nlmsghdr *n, int maxlen, int type) in addattr() function
|