Searched defs:tc (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_util.c116 struct tcphdr *tc; local
123 tc = (struct tcphdr *)ip_next(pip);
124 ptr = (u_short *) tc;
H A Dalias_irc.c176 struct tcphdr *tc; local
180 tc = (struct tcphdr *)ip_next(pip);
181 hlen = (pip->ip_hl + tc->th_off) << 2;
458 tc->th_sum = 0;
460 tc->th_x2 = 1;
462 tc->th_sum = TcpChecksum(pip);
H A Dalias_ftp.c257 struct tcphdr *tc; local
261 tc = (struct tcphdr *)ip_next(pip);
262 hlen = (pip->ip_hl + tc->th_off) << 2;
278 if (ntohs(tc->th_dport) == FTP_CONTROL_PORT_NUMBER) {
644 struct tcphdr *tc; local
652 tc = (struct tcphdr *)ip_next(pip);
653 hlen = (pip->ip_hl + tc->th_off) << 2;
760 tc->th_sum = 0;
762 tc->th_x2 = 1;
764 tc
[all...]
H A Dalias_dns.c38 unsigned tc:1; member in struct:dnsmsg_header::__anon14943
H A Dalias_pptp.c308 struct tcphdr *tc; local
348 tc = (struct tcphdr *)ip_next(pip);
350 ADJUST_CHECKSUM(accumulate, tc->th_sum);
380 struct tcphdr *tc; local
420 tc = (struct tcphdr *)ip_next(pip);
422 ADJUST_CHECKSUM(accumulate, tc->th_sum);
442 struct tcphdr *tc; local
445 tc = (struct tcphdr *)ip_next(pip);
446 hlen = (pip->ip_hl + tc->th_off) << 2;
455 hptr = (PptpMsgHead) tcp_next(tc);
[all...]
H A Dalias_skinny.c211 struct tcphdr *tc, struct alias_link *lnk,
218 tc->th_sum = 0;
220 tc->th_x2 = 1;
222 tc->th_sum = TcpChecksum(pip);
230 struct ip *pip, struct tcphdr *tc,
237 (void)tc;
254 struct tcphdr *tc, struct alias_link *lnk,
261 tc->th_sum = 0;
263 tc->th_x2 = 1;
265 tc
210 alias_skinny_reg_msg(struct RegisterMessage *reg_msg, struct ip *pip, struct tcphdr *tc, struct alias_link *lnk, ConvDirection direction) argument
229 alias_skinny_startmedia(struct StartMediaTransmission *start_media, struct ip *pip, struct tcphdr *tc, struct alias_link *lnk, u_int32_t localIpAddr, ConvDirection direction) argument
253 alias_skinny_port_msg(struct IpPortMessage *port_msg, struct ip *pip, struct tcphdr *tc, struct alias_link *lnk, ConvDirection direction) argument
271 alias_skinny_opnrcvch_ack(struct libalias *la, struct OpenReceiveChannelAck *opnrcvch_ack, struct ip *pip, struct tcphdr *tc, struct alias_link *lnk, u_int32_t * localIpAddr, ConvDirection direction) argument
306 struct tcphdr *tc; local
[all...]
H A Dalias_smedia.c241 struct tcphdr *tc; local
253 tc = (struct tcphdr *)ip_next(pip);
254 hlen = (pip->ip_hl + tc->th_off) << 2;
417 tc->th_sum = 0;
419 tc->th_x2 = 1;
421 tc->th_sum = TcpChecksum(pip);
438 struct tcphdr *tc; local
460 tc = (struct tcphdr *)ip_next(pip);
465 tc->th_sum = 0;
467 tc
483 struct tcphdr *tc; local
[all...]
H A Dalias.c193 struct tcphdr *tc; local
195 tc = (struct tcphdr *)ip_next(pip);
199 if (tc->th_flags & TH_RST)
201 else if (tc->th_flags & TH_SYN)
205 if (tc->th_flags & (TH_FIN | TH_RST))
214 struct tcphdr *tc; local
216 tc = (struct tcphdr *)ip_next(pip);
220 if (tc->th_flags & TH_RST)
222 else if (tc->th_flags & TH_SYN)
226 if (tc
352 struct tcphdr *tc; local
535 struct tcphdr *tc; local
860 struct tcphdr *tc; local
984 struct tcphdr *tc; local
1478 struct tcphdr *tc; local
[all...]
H A Dalias_proxy.c409 struct tcphdr *tc; local
412 tc = (struct tcphdr *)ip_next(pip);
450 hlen = (pip->ip_hl + tc->th_off) << 2;
488 tc->th_sum = 0;
490 tc->th_x2 = 1;
492 tc->th_sum = TcpChecksum(pip);
519 struct tcphdr *tc; local
530 tc = (struct tcphdr *)ip_next(pip);
531 memcpy(&option[6], (u_char *) & tc->th_sport, 2);
H A Dalias_db.c2031 struct tcphdr *tc; local
2035 tc = ip_next(pip);
2036 ack = tc->th_ack;
2075 struct tcphdr *tc; local
2079 tc = ip_next(pip);
2080 seq = tc->th_seq;
2118 struct tcphdr *tc; local
2123 tc = ip_next(pip);
2125 hlen = (pip->ip_hl + tc->th_off) << 2;
2129 x.ack_old = htonl(ntohl(tc
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/imm/
H A Dt_dd_imm_vbtmp.h76 GLfloat *tc = ctx->Current.Texture[0]; local
77 v->v.u0 = tc[0];
78 v->v.v0 = tc[1];
81 v->pv.q0 = tc[3];
84 float rhw = 1.0 / tc[3];
85 v->v.w *= tc[3];
92 GLfloat *tc = ctx->Current.Texture[1]; local
94 v->pv.u1 = tc[0];
95 v->pv.v1 = tc[1];
96 v->pv.q1 = tc[
107 GLfloat *tc = ctx->Current.Texture[2]; local
119 GLfloat *tc = ctx->Current.Texture[3]; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6.c881 * @param tc the Traffic Class value to be set in the IPv6 header
890 u8_t hl, u8_t tc,
919 IP6H_VTCFL_SET(ip6hdr, 6, tc, 0);
985 * @param tc the Traffic Class value to be set in the IPv6 header
993 u8_t hl, u8_t tc, u8_t nexth)
1027 return ip6_output_if(p, src, dest, hl, tc, nexth, netif);
1043 * @param tc the Traffic Class value to be set in the IPv6 header
1053 u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint)
1089 err = ip6_output_if(p, src, dest, hl, tc, nexth, netif);
889 ip6_output_if(struct pbuf *p, ip6_addr_t *src, ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif *netif) argument
992 ip6_output(struct pbuf *p, ip6_addr_t *src, ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth) argument
1052 ip6_output_hinted(struct pbuf *p, ip6_addr_t *src, ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h106 unsigned tc: 1; /*%< truncated message */ member in struct:__anon12990
118 unsigned tc :1; /*%< truncated message */ member in struct:__anon12990
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dvtxfmt_tmp.h143 static void GLAPIENTRY TAG(MultiTexCoord1fvARB)( GLenum target, const GLfloat *tc )
146 CALL_MultiTexCoord1fvARB(GET_DISPATCH(), ( target, tc )); local
155 static void GLAPIENTRY TAG(MultiTexCoord2fvARB)( GLenum target, const GLfloat *tc )
158 CALL_MultiTexCoord2fvARB(GET_DISPATCH(), ( target, tc )); local
168 static void GLAPIENTRY TAG(MultiTexCoord3fvARB)( GLenum target, const GLfloat *tc )
171 CALL_MultiTexCoord3fvARB(GET_DISPATCH(), ( target, tc )); local
181 static void GLAPIENTRY TAG(MultiTexCoord4fvARB)( GLenum target, const GLfloat *tc )
184 CALL_MultiTexCoord4fvARB(GET_DISPATCH(), ( target, tc )); local
217 static void GLAPIENTRY TAG(TexCoord1fv)( const GLfloat *tc )
220 CALL_TexCoord1fv(GET_DISPATCH(), ( tc ));
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_mad.h329 uint8_t tc; member in struct:ib_cm_path

Completed in 79 milliseconds