Searched refs:nh (Results 1 - 25 of 58) sorted by relevance

123

/external/tcpdump/
H A Dprint-ip6.c58 int nh; local
112 nh = ip6->ip6_nxt;
118 nh != IPPROTO_TCP && nh != IPPROTO_UDP &&
119 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) {
124 switch (nh) {
127 nh = *cp;
131 nh = *cp;
137 nh
[all...]
H A Dprint-cnfp.c84 register const struct nfhdr *nh; local
92 nh = (const struct nfhdr *)cp;
94 if ((const u_char *)(nh + 1) > snapend)
97 nrecs = EXTRACT_32BITS(&nh->ver_cnt) & 0xffff;
98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16;
105 t = EXTRACT_32BITS(&nh->utc_sec);
109 EXTRACT_32BITS(&nh->msys_uptime)/1000,
110 EXTRACT_32BITS(&nh->msys_uptime)%1000,
111 EXTRACT_32BITS(&nh->utc_sec), EXTRACT_32BITS(&nh
[all...]
H A Dprint-ip.c370 u_char nh; member in struct:ip_print_demux_state
381 switch (ipds->nh) {
384 ipds->nh = *ipds->cp;
402 ipds->nh = enh & 0xff;
414 ipds->nh = enh & 0xff;
523 if ((proto = getprotobynumber(ipds->nh)) != NULL)
526 ND_PRINT((ndo, " ip-proto-%d", ipds->nh));
535 u_int length, u_int nh,
544 ipd.nh = nh;
533 ip_print_inner(netdissect_options *ndo, const u_char *bp, u_int length, u_int nh, const u_char *bp2) argument
[all...]
H A Dprint-icmp6.c530 u_int nh; local
539 nh = ip6->ip6_nxt;
545 switch(nh) {
550 *prot = nh;
563 nh = hbh->ip6h_nxt;
574 nh = fragh->ip6f_nxt;
582 nh = ah->ah_nxt;
587 *prot = nh; /* meaningless, but set here anyway */
H A Dprint-isakmp.c1420 int nh, enh, padlen; local
1431 nh = enh & 0xff;
1433 ip_print_inner(ndo, bp, length, nh, bp2);
H A Dnetdissect.h259 const u_char *bp, u_int length, u_int nh,
/external/libpcap/
H A Dpcap-nit.c104 register struct nit_hdr *nh; local
149 nh = (struct nit_hdr *)bp;
150 cp = bp + sizeof(*nh);
152 switch (nh->nh_state) {
160 p->md.stat.ps_drop = nh->nh_dropped;
168 "bad nit state %d", nh->nh_state);
172 bp += ((sizeof(struct nit_hdr) + nh->nh_datalen +
175 caplen = nh->nh_wirelen;
178 if (bpf_filter(fcode, cp, nh->nh_wirelen, caplen)) {
180 h.ts = nh
[all...]
/external/chromium/base/allocator/
H A Dallocator_shim.cc76 std::new_handler nh; local
79 nh = std::set_new_handler(0);
80 (void) std::set_new_handler(nh);
83 if (!nh)
87 (*nh)();
91 if (!nh) {
100 (*nh)();
/external/libvpx/vpx_scale/include/generic/
H A Dvpxscale_arbitrary.h28 int nh; member in struct:__anon6971
/external/blktrace/btt/
H A Dq2d.c96 double nh = (double)q2dp->nhistos; local
99 double p = 100.0 * (double)q2dp->histos[i] / nh;
/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c311 const GElf_Nhdr *nh = notes; local
312 while ((const void *) nh < (const void *) notes + filesz)
314 const void *note_name = nh + 1;
315 const void *note_desc = note_name + NOTE_ALIGN (nh->n_namesz);
317 - note_desc) < nh->n_descsz))
320 if (nh->n_type == NT_GNU_BUILD_ID
321 && nh->n_descsz > 0
322 && nh->n_namesz == sizeof "GNU"
326 build_id_len = nh->n_descsz;
327 build_id = malloc (nh
[all...]
/external/libvpx/vpx_scale/generic/
H A Dbicubic_scaler.c338 g_b_scaler.nh = out_height / gcd_h;
362 g_b_scaler.c_h = (short *)vpx_memalign(32, g_b_scaler.nh * 4 * 2);
393 fixed_mult = (1.0 / (float)g_b_scaler.nh) * 4294967296;
397 for (i = 0; i < g_b_scaler.nh; i++)
399 if (product_val > g_b_scaler.nh)
400 product_val -= g_b_scaler.nh;
477 g_b_scaler.l_h[i] = (i * d_h) / g_b_scaler.nh;
536 if (++phase_offset_h >= g_b_scaler.nh)
/external/iproute2/ip/
H A Diproute.c526 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]); local
532 if (len < sizeof(*nh))
534 if (nh->rtnh_len > len)
543 if (nh->rtnh_len > sizeof(*nh)) {
544 parse_rtattr(tb, RTA_MAX, RTNH_DATA(nh), nh->rtnh_len - sizeof(*nh));
566 fprintf(fp, " %s", ll_index_to_name(nh->rtnh_ifindex));
567 if (nh
[all...]
/external/svox/pico/lib/
H A Dpicofftsg.c670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
678 nh = n >> 1;
722 j1 += nh;
763 k1 += nh;
802 j1 -= nh;
842 for (i = nh >> 1; i > (k ^= i); i >>= 1) {
848 k1 += nh;
878 k1 -= nh;
887 j1 += nh + 2;
888 k1 += nh
1029 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
1583 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh; local
[all...]
/external/ping6/
H A Dping6.c2471 u_char *cp = (u_char *)ip6, nh; local
2481 nh = ip6->ip6_nxt;
2484 switch (nh) {
2488 nh = ((struct ip6_hbh *)cp)->ip6h_nxt;
2493 nh = ((struct ip6_dest *)cp)->ip6d_nxt;
2498 nh = ((struct ip6_frag *)cp)->ip6f_nxt;
2503 nh = ((struct ip6_rthdr *)cp)->ip6r_nxt;
2509 nh = ((struct ah *)cp)->ah_nxt;
2530 printf("Unknown Header(%d)\n", nh);
/external/openssh/
H A Dumac.c294 * must be called. The single-buffer routine, nh(), is equivalent to
704 static void nh(nh_ctx *hc, UINT8 *buf, UINT32 padded_len, function
1077 nh(&ctx->hash, (UINT8 *)input, L1_KEY_LEN,
1139 nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
1146 nh(&ahc->hash, (UINT8 *)msg, L1_KEY_LEN, L1_KEY_LEN, nh_result);
1155 nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp4043 std::new_handler nh;
4046 nh = std::set_new_handler(0);
4047 (void) std::set_new_handler(nh);
4050 if (!nh) {
4058 (*nh)();
/external/jpeg/
H A Dconfig.sub444 nh[45]000)
/external/qemu/distrib/jpeg-6b/
H A Dconfig.sub444 nh[45]000)
/external/kernel-headers/original/linux/
H A Dskbuff.h194 * @nh: Network layer header
256 } nh; member in struct:sk_buff
/external/bison/build-aux/
H A Dconfig.sub748 nh[45]000)
/external/chromium/sdch/open-vcdiff/
H A Dconfig.sub767 nh[45]000)
/external/chromium/third_party/libevent/
H A Dconfig.sub787 nh[45]000)
/external/dropbear/
H A Dconfig.sub763 nh[45]000)
/external/e2fsprogs/config/
H A Dconfig.sub807 nh[45]000)

Completed in 493 milliseconds

123