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

123456

/macosx-10.10.1/tcpdump-61/tcpdump/
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-ip6.c90 int nh; local
144 nh = ip6->ip6_nxt;
150 nh != IPPROTO_TCP && nh != IPPROTO_UDP &&
151 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) {
156 switch (nh) {
159 nh = *cp;
163 nh = *cp;
169 nh
[all...]
H A Dprint-ip.c317 u_char nh; member in struct:ip_print_demux_state
329 switch (ipds->nh) {
332 ipds->nh = *ipds->cp;
350 ipds->nh = enh & 0xff;
362 ipds->nh = enh & 0xff;
485 if (ndo->ndo_nflag==0 && (proto = getprotobynumber(ipds->nh)) != NULL)
488 ND_PRINT((ndo, " ip-proto-%d", ipds->nh));
497 u_int length, u_int nh,
506 ipd.nh = nh;
495 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-babel.c313 printf(" nh");
316 u_char nh[16]; local
319 rc = network_address(message[2], message + 4, len - 2, nh);
321 printf(" %s", format_address(nh));
H A Dprint-icmp6.c603 u_int nh; local
612 nh = ip6->ip6_nxt;
618 switch(nh) {
623 *prot = nh;
636 nh = hbh->ip6h_nxt;
647 nh = fragh->ip6f_nxt;
655 nh = ah->ah_nxt;
660 *prot = nh; /* meaningless, but set here anyway */
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-nit.c112 register struct nit_hdr *nh; local
157 nh = (struct nit_hdr *)bp;
158 cp = bp + sizeof(*nh);
160 switch (nh->nh_state) {
168 pn->stat.ps_drop = nh->nh_dropped;
176 "bad nit state %d", nh->nh_state);
180 bp += ((sizeof(struct nit_hdr) + nh->nh_datalen +
183 caplen = nh->nh_wirelen;
186 if (bpf_filter(p->fcode.bf_insns, cp, nh->nh_wirelen, caplen)) {
188 h.ts = nh
[all...]
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_vi_vn.vim34 menutrans &How-to\ links &L��m\ nh��\ th���\ n��o
52 menutrans &Save<Tab>:w &Ghi\ nh���<Tab>:w
55 menutrans Split\ &Diff\ with\.\.\. &So\ s��nh\ v���i\.\.\.
56 menutrans Split\ Patched\ &By\.\.\. So\ s��nh\ ����\ v��\ l���i\ &b���i\.\.\.
59 menutrans Sa&ve-Exit<Tab>:wqa Ghi\ nh���\ r���i\ th&o��t <Tab>:wqa
89 menutrans Toggle\ &Ignore-case<Tab>:set\ ic! &Kh��ng\ t��nh\ �����n\ ki���u\ ch���<Tab>:set\ ic!
109 menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! ����nh\ &s���\ d��ng<Tab>:set\ nu!
111 menutrans Toggle\ Line\ &Wrap<Tab>:set\ wrap! &Ng���t\ nh���ng\ d��ng\ d��i<Tab>:set\ wrap!
120 menutrans &File\ Format\.\.\. �����nh\ d���ng\ t���&p\ tin\.\.\.
122 menutrans default M���c\ �����nh
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/mod_db4/
H A Dskiplist.c199 int nh=1, ch, stacki; local
218 while(nh < sl->preheight && get_b_rand()) nh++;
220 while(nh <= sl->height && get_b_rand()) nh++;
224 for(;sl->height<nh;sl->height++) {
239 stack = (struct skiplistnode **)malloc(sizeof(struct skiplistnode *)*(nh));
249 if(ch<=nh) {
302 int nh=1, ch, compared; local
310 while(nh < s
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dmulti-put-by-offset-reallocation-butterfly-cse.js39 o.nh = 8;
73 if (o.nh != 8)
H A Dmulti-put-by-offset-reallocation-cases.js39 o.nh = 8;
73 if (o.nh != 8)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32proc.c469 int nh; local
474 nh = 0;
478 wait_hnd[nh] = dead_child->procinfo.hProcess;
479 cps[nh] = dead_child;
480 if (!wait_hnd[nh]) abort ();
481 nh++;
492 wait_hnd[nh] = cp->procinfo.hProcess;
493 cps[nh] = cp;
494 nh++;
498 if (nh
1067 int i, nh, nc, nr; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c683 history_set_fun(TYPE(History) *h, TYPE(History) *nh)
687 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
688 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
689 nh->h_enter == NULL || nh->h_add == NULL || nh
[all...]
/macosx-10.10.1/libedit-40/src/
H A Dhistory.c686 history_set_fun(TYPE(History) *h, TYPE(History) *nh)
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
691 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
692 nh->h_enter == NULL || nh->h_add == NULL || nh
[all...]
/macosx-10.10.1/swig-12/Source/DOH/
H A Dhash.c435 Hash *h, *nh; local
441 nh = (Hash *) DohMalloc(sizeof(Hash));
442 nh->hashsize = h->hashsize;
443 nh->hashtable = (HashNode **) DohMalloc(nh->hashsize * sizeof(HashNode *));
444 for (i = 0; i < nh->hashsize; i++) {
445 nh->hashtable[i] = 0;
447 nh->nitems = 0;
448 nh->line = h->line;
449 nh
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dsignals.c70 # define rl_sigaction(s, nh, oh) sigaction(s, nh, oh)
232 rl_sigaction (sig, nh, oh)
234 sighandler_cxt *nh, *oh;
236 oh->sa_handler = signal (sig, nh->sa_handler);
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dhistory.c594 history_set_fun(History *h, History *nh) argument
598 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
599 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
600 nh->h_enter == NULL || nh->h_add == NULL || nh
[all...]
/macosx-10.10.1/apr-32/apr/apr/misc/win32/
H A Dmisc.c193 int nh, /* HANDLE hv, char *dsc */...)
224 if (!nh) {
234 va_start(a,nh);
258 } while (--nh);
/macosx-10.10.1/network_cmds-457/traceroute6.tproj/
H A Dtraceroute6.c1303 u_char *cp = (u_char *)ip6, nh; local
1310 nh = ip6->ip6_nxt;
1313 while (lim - cp >= (nh == IPPROTO_NONE ? 0 : 8)) {
1314 switch (nh) {
1319 return(useproto == nh ? cp : NULL);
1321 return(useproto == nh ? cp : NULL);
1323 return(useproto == nh ? none_hdr : NULL);
1326 nh = ((struct ip6_frag *)cp)->ip6f_nxt;
1330 nh = ((struct ip6_ext *)cp)->ip6e_nxt;
1334 nh
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetifaddrs.c332 struct nlmsghdr *nh; local
352 nh = (struct nlmsghdr *)buff;
353 for (nh = (struct nlmsghdr *)buff;
354 NLMSG_OK(nh, read_size);
355 nh = (struct nlmsghdr *)NLMSG_NEXT(nh, read_size)){
356 if (nh->nlmsg_pid != pid ||
357 nh->nlmsg_seq != seq)
359 if (nh->nlmsg_type == NLMSG_DONE){
363 if (nh
[all...]
/macosx-10.10.1/swig-12/Lib/ruby/
H A Ddirector.swg198 UnknownExceptionHandler(std::unexpected_handler nh = handler)
200 old = std::set_unexpected(nh);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dadb.c814 dns_adbnamehook_t *nh; local
841 nh = NULL;
858 INSIST(nh == NULL);
859 nh = new_adbnamehook(adb, NULL);
860 if (nh == NULL) {
881 nh->entry = entry;
892 nh->entry = foundentry;
894 free_adbnamehook(adb, &nh);
898 if (nh != NULL)
899 ISC_LIST_APPEND(*hookhead, nh, plin
1668 dns_adbnamehook_t *nh; local
1683 dns_adbnamehook_t *nh; local
3410 dns_adbnamehook_t *nh; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dderived.cpp90 int nl = lowSeq->NumHandlers(), nh = highSeq->NumHandlers(); local
93 int *highCols = (int*)highVec.SetBufferClear(nh *sizeof(int));
97 for (int ih = 0; ih < nh; ++ih)
110 for (int i2 = 0; i2 < nh; ++i2) {
122 for (int i2 = 0; i2 < nh; ++i2)
189 int nl = lowSeq->NumHandlers(), nh = highSeq->NumHandlers();
212 for (int ch = 0; ch < nh; ++ch) {
/macosx-10.10.1/awk-20/src/
H A Dtran.c249 int i, nh, nsz; local
259 nh = hash(cp->nval, nsz);
260 cp->cnext = np[nh];
261 np[nh] = cp;
/macosx-10.10.1/swig-12/Lib/python/
H A Ddirector.swg263 UnknownExceptionHandler(std::unexpected_handler nh = handler)
265 old = std::set_unexpected(nh);
/macosx-10.10.1/postfix-255/postfix/conf/
H A Dpostmulti-script164 val=`postconf -nh $p` || exit 1

Completed in 186 milliseconds

123456