Searched defs:res_n (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/ip/
H A Dxfrm_state.c572 struct nlmsghdr *res_n = (struct nlmsghdr *)res_buf; local
688 if (rtnl_talk(&rth, &req.n, 0, 0, res_n) < 0)
691 if (xfrm_state_print(NULL, res_n, (void*)stdout) < 0) {
882 struct nlmsghdr *res_n = (struct nlmsghdr *)buf; local
886 if (rtnl_talk(&rth, &req.n, 0, 0, res_n) < 0)
889 if (xfrm_state_print(NULL, res_n, (void*)stdout) < 0) {

Completed in 36 milliseconds