OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addattr
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/include/
libnetlink.h
81
int
addattr
(struct nlmsghdr *n, int maxlen, int type);
/external/iproute2/ip/
ipl2tp.c
155
if (p->recv_seq)
addattr
(&req.n, 1024, L2TP_ATTR_RECV_SEQ);
156
if (p->send_seq)
addattr
(&req.n, 1024, L2TP_ATTR_SEND_SEQ);
157
if (p->lns_mode)
addattr
(&req.n, 1024, L2TP_ATTR_LNS_MODE);
/external/iproute2/lib/
libnetlink.c
620
int
addattr
(struct nlmsghdr *n, int maxlen, int type)
function
Completed in 72 milliseconds