Searched refs:hl (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-9.3-release/contrib/ipfilter/test/
H A Dvfycksum.pl31 $hl = $bytes[$base] / 256;
32 return if (($hl >> 4) != 4); # IPv4 ?
33 $hl &= 0xf;
34 $hl <<= 1; # get the header length in 16bit words
36 $hs = &dosum(0, $base, $base + $hl);
41 $hs2 = &dosum(0, $base, $base + $hl);
43 printf " IP: ($hl,%x) %x != %x", $hs, $osum, $hs2;
69 local($hl) = $bytes[$base] / 256;
70 return if (($hl >> 4) != 4);
72 $hl
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dntoh.c33 htonl(uint32_t hl) argument
36 return (__htonl(hl));
/freebsd-9.3-release/usr.bin/mail/
H A Dhead.c55 struct headline hl; local
60 parse(linebuf, &hl, parbuf);
61 if (hl.l_date == NULL) {
65 if (!isdate(hl.l_date)) {
93 parse(char line[], struct headline *hl, char pbuf[]) argument
98 hl->l_from = NULL;
99 hl->l_tty = NULL;
100 hl->l_date = NULL;
111 hl->l_date = copyin(cp, &sp);
116 hl
[all...]
H A Dcmd1.c170 struct headline hl; local
193 parse(headline, &hl, pbuf);
200 curind, dispc, mesg, name, hl.l_date, wcount);
203 curind, dispc, mesg, name, hl.l_date, wcount,
/freebsd-9.3-release/contrib/less/
H A Dsearch.c331 struct hilite *hl; local
334 for (hl = anchor->hl_first; hl != NULL; hl = nexthl)
336 nexthl = hl->hl_next;
337 free((void*)hl);
363 struct hilite *hl; local
368 for (hl = hilite_anchor.hl_first; hl != NULL; hl
384 struct hilite *hl; local
501 struct hilite *hl; local
852 struct hilite *hl = (struct hilite *) local
[all...]
/freebsd-9.3-release/lib/libutil/
H A Dlogin_ok.c184 const char **hl; local
186 hl = login_getcaplist(lc, allowcap, NULL);
187 if (hl != NULL && !login_str2inlist(hl, host, ip, FNM_CASEFOLD))
191 hl = login_getcaplist(lc, denycap, NULL);
192 if (hl != NULL && login_str2inlist(hl, host, ip, FNM_CASEFOLD))
/freebsd-9.3-release/usr.sbin/config/
H A Dmain.c597 struct hdr_list *hl; local
622 for (hl = htab; hl != NULL; hl = hl->h_next) {
623 if (eq(dp->d_name, hl->h_name)) {
627 if (hl)
640 struct hdr_list *hl; local
651 for (hl = htab; hl !
[all...]
/freebsd-9.3-release/gnu/lib/libodialog/
H A Drc.c27 static unsigned char *attr_to_str(int fg, int bg, int hl);
28 static int str_to_attr(unsigned char *str, int *fg, int *bg, int *hl);
88 int i, l = 1, parse, fg, bg, hl; local
174 if (str_to_attr(value, &fg, &bg, &hl) == -1) {
180 ((int *) vars[i].var)[2] = hl;
205 static unsigned char *attr_to_str(int fg, int bg, int hl) argument
221 strcat(str, hl ? ",ON)" : ",OFF)");
234 static int str_to_attr(unsigned char *str, int *fg, int *bg, int *hl) argument
300 *hl = TRUE;
302 *hl
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1_par.c130 int nl, hl, j, r; local
162 hl = (p - op);
163 length -= hl;
172 if (BIO_printf(bp, "d=%-2d hl=%ld l=%4ld ",
173 depth, (long)hl, len) <= 0)
176 if (BIO_printf(bp, "d=%-2d hl=%ld l=inf ", depth, (long)hl) <= 0)
232 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) {
244 ii = d2i_ASN1_BOOLEAN(NULL, &opp, len + hl);
256 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_types.h185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon2::__anon3
188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon2::__anon4
198 uint16_t ll; uint16_t lh; uint16_t hl; int16_t hh;
201 uint16_t ll; uint16_t lh; uint16_t hl; uint16_t hh;
/freebsd-9.3-release/contrib/file/src/
H A Dsoftmagic.c980 ((p->hl[0]<<24)|(p->hl[1]<<16)|(p->hl[2]<<8)|(p->hl[3]));
1004 ((p->hl[3]<<24)|(p->hl[2]<<16)|(p->hl[1]<<8)|(p->hl[0]));
1024 ((p->hl[1]<<24)|(p->hl[
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldcref.c398 struct bfd_link_hash_entry *hl; local
401 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE,
403 if (hl == NULL)
410 if (hl->type == bfd_link_hash_defined)
412 if (hl->u.def.section->output_section == NULL)
414 if (hl->u.def.section->owner != NULL
415 && (hl->u.def.section->owner->flags & DYNAMIC) != 0)
540 struct bfd_link_hash_entry *hl; local
547 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE,
549 if (hl
[all...]
/freebsd-9.3-release/sys/dev/netmap/
H A Dixgbe_netmap.h84 uint32_t hl, rxc; local
86 hl = IXGBE_READ_REG(hw, IXGBE_HLREG0);
90 onoff ? "enter" : "exit", hl, rxc);
96 hl &= ~IXGBE_HLREG0_RXCRCSTRP;
100 hl |= IXGBE_HLREG0_RXCRCSTRP;
105 onoff ? "enter" : "exit", hl, rxc);
106 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hl);
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h208 MCSchedModel(unsigned iw, int mbs, unsigned ll, unsigned hl, argument
212 IssueWidth(iw), MicroOpBufferSize(mbs), LoadLatency(ll), HighLatency(hl),
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dhdspe-pcm.c509 struct hdspe_latency *hl = NULL; local
530 hl = &latency_map[i];
535 if (hl == NULL) {
537 hl = &latency_map[i];
538 threshold = hl->period + ((latency_map[i + 1].period != 0) ?
539 ((latency_map[i + 1].period - hl->period) >> 1) : 0);
547 sc->ctrl_register |= hdspe_encode_latency(hl->n);
549 sc->period = hl->period;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmip.h162 uint32_t hl : 4; member in struct:__anon6322
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_lib.c626 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; local
671 hl = 0;
689 if (!BUF_MEM_grow(headerB, hl + i + 9)) {
697 memcpy(&(headerB->data[hl]), buf, i);
698 headerB->data[hl + i] = '\0';
699 hl += i;
750 bl = hl;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c1004 u_short hl, p; local
1114 hl = sizeof(ip6_t);
1119 plen = hl + ntohs(ip6->ip6_plen);
1121 ehp = (struct ip6_ext *)((char *)ip6 + hl);
1132 hl += ehl;
1136 hl += sizeof(struct ip6_frag);
1148 hl = IP_HL(ip) << 2;
1161 tp = (tcphdr_t *)((char *)ip + hl);
1169 proto, hl, plen);
1191 hostname(res, v, d), proto, hl, ple
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c1874 Char *hl; local
1880 hl = hp->histline;
1882 hl = sprlex(&hp->Hlex);
1883 cleanup_push(hl, xfree);
1886 xprintf("Comparing with \"%S\"\n", hl);
1888 matched = (Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) ||
1889 hl[LastChar-InputBuf]) && c_hmatch(hl);
1891 cleanup_until(hl);
1935 Char *hl; local
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dmemory.c205 int hl, hr; local
210 hl = verify(node->left);
213 if (!hl || !hr)
215 if (hl != hr)
223 return hl;
226 return hl + 1;
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ah.c582 int hl, rplen, authsize; local
614 hl = ah->ah_len * sizeof (u_int32_t);
617 if (hl != authsize + rplen - sizeof (struct ah)) {
620 hl, (u_long) (authsize + rplen - sizeof (struct ah)),
627 AHSTAT_ADD(ahs_ibytes, m->m_pkthdr.len - skip - hl);
/freebsd-9.3-release/usr.sbin/syslogd/
H A Dsyslogd.c1426 int error, hl; local
1453 hl = strlen(hname);
1454 if (hl > 0 && hname[hl-1] == '.')
1455 hname[--hl] = '\0';
1456 trimdomain(hname, hl);
1794 int hl; local
1801 hl = strlen(f->f_host);
1802 if (hl > 0 && f->f_host[hl
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h437 unsigned hl = getHeight(L); local
439 return (hl > hr ? hl : hr) + 1;
495 unsigned hl = getHeight(L); local
498 if (hl > hr + 2) {
515 if (hr > hl + 2) {
/freebsd-9.3-release/crypto/openssh/
H A Dmisc.c747 size_t i, hl; local
752 hl = l * 2 + 1;
753 r = xcalloc(1, hl);
756 strlcat(r, b, hl);
/freebsd-9.3-release/lib/libmd/
H A DMakefile42 CLEANFILES+= md[245]hl.c md[245].ref md[245].3 mddriver \

Completed in 258 milliseconds

12