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 466 struct xfrm_userpolicy_id *xpid = NULL; local
481 xpid = NLMSG_DATA(n);
482 len -= NLMSG_SPACE(sizeof(*xpid));
499 rta = XFRMPID_RTA(xpid);
562 struct xfrm_userpolicy_id xpid; member in struct:__anon20800
582 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(req.xpid));
593 xfrm_policy_dir_parse(&req.xpid.dir, &argc, &argv);
612 if (get_u32(&req.xpid.index, *argv, 0))
628 xfrm_selector_parse(&req.xpid.sel, &argc, &argv);
630 preferred_family = req.xpid.sel.family
717 struct xfrm_userpolicy_id *xpid; local
    [all...]
  /external/mksh/src/
check.pl 595 $xpid = waitpid($pid, 0);
597 if ($xpid < 0) {
    [all...]

Completed in 1674 milliseconds