Home
last modified time | relevance | path

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

/external/iproute2/include/
Dlibnetlink.h97 int rta_addattr16(struct rtattr *rta, int maxlen, int type, __u16 data);
/external/iproute2/ip/
Diproute_lwtunnel.c361 rta_addattr16(rta, 1024, RTA_ENCAP_TYPE, type); in lwt_parse_encap()
/external/iproute2/lib/
Dlibnetlink.c754 int rta_addattr16(struct rtattr *rta, int maxlen, int type, __u16 data) in rta_addattr16() function