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

  /external/iproute2/ip/
xfrm_state.c 879 struct nlmsghdr *new_n; local
902 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
903 new_n->nlmsg_len = NLMSG_LENGTH(sizeof(*xsid));
904 new_n->nlmsg_flags = NLM_F_REQUEST;
905 new_n->nlmsg_type = XFRM_MSG_DELSA;
906 new_n->nlmsg_seq = ++rth->seq;
908 xsid = NLMSG_DATA(new_n);
914 addattr_l(new_n, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
917 xb->offset += new_n->nlmsg_len;
xfrm_policy.c 658 struct nlmsghdr *new_n; local
694 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
695 new_n->nlmsg_len = NLMSG_LENGTH(sizeof(*xpid));
696 new_n->nlmsg_flags = NLM_F_REQUEST;
697 new_n->nlmsg_type = XFRM_MSG_DELPOLICY;
698 new_n->nlmsg_seq = ++rth->seq;
700 xpid = NLMSG_DATA(new_n);
705 xb->offset += new_n->nlmsg_len;
  /external/stlport/test/unit/
stack_allocator.h 113 _Tp* _M_allocate(size_type n, size_type &new_n) {
114 new_n = n;
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 113 _Tp* _M_allocate(size_type n, size_type &new_n) {
114 new_n = n;
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 113 _Tp* _M_allocate(size_type n, size_type &new_n) {
114 new_n = n;
  /external/opencv/ml/src/
ml_inner_functions.cpp 1752 int old_n, new_n, out_n; local
    [all...]
  /external/ppp/pppd/
main.c 1945 int new_n = i + 17; local
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc     [all...]

Completed in 370 milliseconds