HomeSort by relevance Sort by last modified time
    Searched refs:xpid (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
xfrm_policy.c 470 struct xfrm_userpolicy_id *xpid = NULL; local
485 xpid = NLMSG_DATA(n);
486 len -= NLMSG_SPACE(sizeof(*xpid));
503 rta = XFRMPID_RTA(xpid);
566 struct xfrm_userpolicy_id xpid; member in struct:__anon1959
586 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(req.xpid));
597 xfrm_policy_dir_parse(&req.xpid.dir, &argc, &argv);
616 if (get_u32(&req.xpid.index, *argv, 0))
632 xfrm_selector_parse(&req.xpid.sel, &argc, &argv);
634 preferred_family = req.xpid.sel.family
721 struct xfrm_userpolicy_id *xpid; local
    [all...]
  /external/mksh/src/
check.pl 592 $xpid = waitpid($pid, 0);
594 if ($xpid < 0) {
    [all...]

Completed in 1107 milliseconds