Searched refs:th (Results 101 - 125 of 132) sorted by relevance

123456

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_igb.c1821 struct tcphdr *th = NULL; local
1903 th = (struct tcphdr *)(mtod(m_head, char *) + poff);
1904 th->th_sum = in_pseudo(ip->ip_src.s_addr,
1907 hdrlen = poff + (th->th_off << 2);
1914 th = (struct tcphdr *)(mtod(m_head, char *) + poff);
1915 m_head = m_pullup(m_head, poff + (th->th_off << 2));
1921 th = (struct tcphdr *)(mtod(m_head, char *) + poff);
2004 if (igb_tso_setup(txr, m_head, ehdrlen, ip, th)) {
3713 struct ip *ip, struct tcphdr *th)
3729 tcp_hlen = th
3712 igb_tso_setup(struct tx_ring *txr, struct mbuf *mp, int ehdrlen, struct ip *ip, struct tcphdr *th) argument
[all...]
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.c347 ** every 20th packet will be probed.
3415 struct tcphdr *th; local
3440 th = (struct tcphdr *)((caddr_t)ip6 + ip_hlen);
3441 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
3452 th = (struct tcphdr *)((caddr_t)ip + ip_hlen);
3453 th->th_sum = in_pseudo(ip->ip_src.s_addr,
3469 tcp_hlen = th->th_off << 2;
3523 struct tcphdr *th; local
3550 th = (struct tcphdr *)((caddr_t)ip + ip_hlen);
3552 common.port.dst ^= th
[all...]
H A Dixv.c2512 struct tcphdr *th; local
2538 th = (struct tcphdr *)((caddr_t)ip + ip_hlen);
2539 th->th_sum = in_pseudo(ip->ip_src.s_addr,
2541 tcp_hlen = th->th_off << 2;
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_hw.c718 struct tcphdr *th = NULL; local
747 th = (struct tcphdr *)((caddr_t)ip + ip_hlen);
759 tcp_hlen = th->th_off << 2;
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback.c2157 struct tcphdr *th = (struct tcphdr*)(iph + 1); local
2158 th->th_sum = in_pseudo(iph->ip_src.s_addr,
2160 th->th_sum = in_cksum_skip(mbufc,
/freebsd-9.3-release/contrib/gdb/gdb/
H A Docd.c137 ocd_thread_alive (ptid_t th)
136 ocd_thread_alive(ptid_t th) argument
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.c528 { th, "th", "Thai" },
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_hw.c1342 struct tcphdr *th = NULL; local
1385 th = (struct tcphdr *)((caddr_t)ip + ip_hlen);
1408 th = (struct tcphdr *)((caddr_t)ip6 + ip_hlen);
1420 tcp_hlen = th->th_off << 2;
/freebsd-9.3-release/sys/dev/qlxge/
H A Dqls_hw.c543 struct tcphdr *th; local
585 th = (struct tcphdr *)(ip + 1);
587 th->th_sum = in_pseudo(ip->ip_src.s_addr,
592 (th->th_off << 2);
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl615 .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
636 . ds th \o'bp'
1170 "thorn" => '\\*(th',, # small thorn, Icelandic
/freebsd-9.3-release/sys/dev/vxge/
H A Dvxge.c2482 struct tcphdr *th = NULL; local
2511 th = (struct tcphdr *) ((caddr_t)ip + iphlen);
2521 th = ((struct tcphdr *) (ulp));
2531 src_port = th->th_sport;
2532 dst_port = th->th_dport;
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt5 Revision 1.4 (December 29th, 2011)
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.uwin220 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
394 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
H A DCaps220 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
426 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
702 char_set_names csnm str Zy - - ----- Produce #1'th item from list of character set names
H A DCaps.aix4220 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
426 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
804 char_set_names csnm str Zy - - ----- Produce #1'th item from list of character set names
H A DCaps.hpux11220 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
428 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
710 char_set_names csnm str Zy - - ----- Produce #1'th item from list of character set names
H A DCaps.keys222 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
428 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
792 char_set_names csnm str Zy - - ----- Produce #1'th item from list of character set names
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_var.h689 struct ieee80211_radiotap_header *th, int tlen,
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile302 SRCS+= th-lock.c
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c1471 struct ioc_toc_header th; local
1473 error = fo_ioctl(fp, CDIOREADTOCHEADER, (caddr_t)&th,
1476 lth.cdth_trk0 = th.starting_track;
1477 lth.cdth_trk1 = th.ending_track;
/freebsd-9.3-release/sys/dev/bce/
H A Dif_bce.c7236 struct tcphdr *th; local
7290 th = (struct tcphdr *)((caddr_t)ip + ip_hlen);
7291 tcp_hlen = (th->th_off << 2);
9708 struct tcphdr *th; local
9742 th = (struct tcphdr *)((caddr_t)ip + (ip->ip_hl << 2));
9745 ntohs(th->th_dport), ntohs(th->th_sport),
9746 (th->th_off << 2), th->th_flags,
9748 "\02SYN\01FIN", ntohs(th
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm73 mulscc %o4, %o1, %o4 ! 12th iteration
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dlex.cpp946 // if somebody asks for 1000000000000th, we will silently
1060 context_buffer += "th";
1088 context_buffer = "'th";
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.c5122 struct tcphdr *th = NULL; local
5179 th = (struct tcphdr *)(ip + ip_hlen);
5181 *parsing_data |= ((th->th_off <<
5184 return (l4_off + (th->th_off << 2)); /* entire header length */
5204 struct tcphdr *th = NULL; local
5268 th = (struct tcphdr *)(ip + (ip_hlen << 1));
5270 hlen += (uint16_t)(th->th_off << 1);
5286 pbd->tcp_pseudo_csum = ntohs(th->th_sum);
5343 struct tcphdr *th = NULL; local
5356 th
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-arm.c8337 struct elf_link_hash_entry * th; local
8355 th = record_arm_to_thumb_glue (info, h);
8358 h->root.u.def.section = th->root.u.def.section;
8359 h->root.u.def.value = th->root.u.def.value & ~1;

Completed in 334 milliseconds

123456