Home
last modified time | relevance | path

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

/external/iproute2/include/
Dlibnetlink.h85 int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data);
/external/iproute2/ip/
Dipl2tp.c159 if (p->reorder_timeout) addattr64(&req.n, 1024, L2TP_ATTR_RECV_TIMEOUT, in create_session()
/external/iproute2/lib/
Dlibnetlink.c640 int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data) in addattr64() function