OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_n
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/ip/
xfrm_policy.c
716
struct nlmsghdr *
new_n
;
local
752
new_n
= (struct nlmsghdr *)(xb->buf + xb->offset);
753
new_n
->nlmsg_len = NLMSG_LENGTH(sizeof(*xpid));
754
new_n
->nlmsg_flags = NLM_F_REQUEST;
755
new_n
->nlmsg_type = XFRM_MSG_DELPOLICY;
756
new_n
->nlmsg_seq = ++rth->seq;
758
xpid = NLMSG_DATA(
new_n
);
763
xb->offset +=
new_n
->nlmsg_len;
xfrm_state.c
1051
struct nlmsghdr *
new_n
;
local
1074
new_n
= (struct nlmsghdr *)(xb->buf + xb->offset);
1075
new_n
->nlmsg_len = NLMSG_LENGTH(sizeof(*xsid));
1076
new_n
->nlmsg_flags = NLM_F_REQUEST;
1077
new_n
->nlmsg_type = XFRM_MSG_DELSA;
1078
new_n
->nlmsg_seq = ++rth->seq;
1080
xsid = NLMSG_DATA(
new_n
);
1086
addattr_l(
new_n
, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
1089
xb->offset +=
new_n
->nlmsg_len;
[
all
...]
/external/opencv/ml/src/
ml_inner_functions.cpp
1752
int old_n,
new_n
, out_n;
local
[
all
...]
/external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp
1678
int old_n,
new_n
, out_n;
local
[
all
...]
/external/ppp/pppd/
main.c
1674
int
new_n
= pos + 17;
local
[
all
...]
Completed in 5960 milliseconds