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

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c189 struct tcphdr *tcph; local
192 tcph = (struct tcphdr *) nb->data;
194 tcph->seqnr = grub_cpu_to_be32 (socket->my_cur_seq);
195 size = (nb->tail - nb->data - (grub_be_to_cpu16 (tcph->flags) >> 12) * 4);
196 if (grub_be_to_cpu16 (tcph->flags) & TCP_FIN)
199 tcph->src = grub_cpu_to_be16 (socket->in_port);
200 tcph->dst = grub_cpu_to_be16 (socket->out_port);
201 tcph->checksum = 0;
202 tcph->checksum = grub_net_ip_transport_checksum (nb, GRUB_NET_IP_TCP,
370 struct tcphdr *tcph; local
496 struct tcphdr *tcph; local
555 struct tcphdr *tcph; local
679 struct tcphdr *tcph; local
742 struct tcphdr *tcph; local
[all...]

Completed in 24 milliseconds