Searched refs:new_n (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dxfrm_policy.c508 struct nlmsghdr *new_n; local
531 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
532 new_n->nlmsg_len = NLMSG_LENGTH(sizeof(*xpid));
533 new_n->nlmsg_flags = NLM_F_REQUEST;
534 new_n->nlmsg_type = XFRM_MSG_DELPOLICY;
535 new_n->nlmsg_seq = ++rth->seq;
537 xpid = NLMSG_DATA(new_n);
542 xb->offset += new_n->nlmsg_len;
H A Dxfrm_state.c701 struct nlmsghdr *new_n; local
724 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
725 new_n->nlmsg_len = NLMSG_LENGTH(sizeof(*xsid));
726 new_n->nlmsg_flags = NLM_F_REQUEST;
727 new_n->nlmsg_type = XFRM_MSG_DELSA;
728 new_n->nlmsg_seq = ++rth->seq;
730 xsid = NLMSG_DATA(new_n);
736 xb->offset += new_n->nlmsg_len;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c1408 int new_n = i + 17; local
1410 new_n * sizeof(char *));
1414 s_env_nalloc = new_n;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c2075 int new_n = i + 17; local
2077 new_n * sizeof(char *));
2081 s_env_nalloc = new_n;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmain.c1702 int new_n = i + 17; local
1704 new_n * sizeof(char *));
1708 s_env_nalloc = new_n;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c1636 #define REALLOCZ_ARRAY_STREAM(ptr, cur_n, new_n) \
1638 ret = av_reallocp_array(&(ptr), (new_n), sizeof(*(ptr))); \
1641 memset( (ptr) + (cur_n), 0, ((new_n) - (cur_n)) * sizeof(*(ptr)) ); \

Completed in 100 milliseconds