Home
last modified time | relevance | path

Searched refs:pseudoh (Results 1 – 19 of 19) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dtext2pcap.c306 } pseudoh; variable
659 pseudoh.src_addr = HDR_IP.src_addr; in write_current_packet()
660 pseudoh.dest_addr = HDR_IP.dest_addr; in write_current_packet()
661 pseudoh.zero = 0; in write_current_packet()
662 pseudoh.protocol = (guint8) hdr_ip_proto; in write_current_packet()
664 pseudoh.length = g_htons(length - header_length + sizeof(HDR_TCP)); in write_current_packet()
666 pseudoh.length = g_htons(length - header_length + sizeof(HDR_UDP)); in write_current_packet()
701 HDR_UDP.length = hdr_ipv6 ? pseudoh6.length : pseudoh.length; in write_current_packet()
704 …16 = hdr_ipv6 ? in_checksum(&pseudoh6, sizeof(pseudoh6)) : in_checksum(&pseudoh, sizeof(pseudoh)); in write_current_packet()
739 …16 = hdr_ipv6 ? in_checksum(&pseudoh6, sizeof(pseudoh6)) : in_checksum(&pseudoh, sizeof(pseudoh)); in write_current_packet()
/dports/net/wireshark/wireshark-3.6.1/
H A Dtext2pcap.c306 } pseudoh; variable
659 pseudoh.src_addr = HDR_IP.src_addr; in write_current_packet()
660 pseudoh.dest_addr = HDR_IP.dest_addr; in write_current_packet()
661 pseudoh.zero = 0; in write_current_packet()
662 pseudoh.protocol = (guint8) hdr_ip_proto; in write_current_packet()
664 pseudoh.length = g_htons(length - header_length + sizeof(HDR_TCP)); in write_current_packet()
666 pseudoh.length = g_htons(length - header_length + sizeof(HDR_UDP)); in write_current_packet()
701 HDR_UDP.length = hdr_ipv6 ? pseudoh6.length : pseudoh.length; in write_current_packet()
704 …16 = hdr_ipv6 ? in_checksum(&pseudoh6, sizeof(pseudoh6)) : in_checksum(&pseudoh, sizeof(pseudoh)); in write_current_packet()
739 …16 = hdr_ipv6 ? in_checksum(&pseudoh6, sizeof(pseudoh6)) : in_checksum(&pseudoh, sizeof(pseudoh)); in write_current_packet()
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dtext2pcap.c306 } pseudoh; variable
659 pseudoh.src_addr = HDR_IP.src_addr; in write_current_packet()
660 pseudoh.dest_addr = HDR_IP.dest_addr; in write_current_packet()
661 pseudoh.zero = 0; in write_current_packet()
662 pseudoh.protocol = (guint8) hdr_ip_proto; in write_current_packet()
664 pseudoh.length = g_htons(length - header_length + sizeof(HDR_TCP)); in write_current_packet()
666 pseudoh.length = g_htons(length - header_length + sizeof(HDR_UDP)); in write_current_packet()
701 HDR_UDP.length = hdr_ipv6 ? pseudoh6.length : pseudoh.length; in write_current_packet()
704 …16 = hdr_ipv6 ? in_checksum(&pseudoh6, sizeof(pseudoh6)) : in_checksum(&pseudoh, sizeof(pseudoh)); in write_current_packet()
739 …16 = hdr_ipv6 ? in_checksum(&pseudoh6, sizeof(pseudoh6)) : in_checksum(&pseudoh, sizeof(pseudoh)); in write_current_packet()
/dports/net/tshark/wireshark-3.6.1/
H A Dtext2pcap.c306 } pseudoh; variable
659 pseudoh.src_addr = HDR_IP.src_addr; in write_current_packet()
660 pseudoh.dest_addr = HDR_IP.dest_addr; in write_current_packet()
661 pseudoh.zero = 0; in write_current_packet()
662 pseudoh.protocol = (guint8) hdr_ip_proto; in write_current_packet()
664 pseudoh.length = g_htons(length - header_length + sizeof(HDR_TCP)); in write_current_packet()
666 pseudoh.length = g_htons(length - header_length + sizeof(HDR_UDP)); in write_current_packet()
701 HDR_UDP.length = hdr_ipv6 ? pseudoh6.length : pseudoh.length; in write_current_packet()
704 …16 = hdr_ipv6 ? in_checksum(&pseudoh6, sizeof(pseudoh6)) : in_checksum(&pseudoh, sizeof(pseudoh)); in write_current_packet()
739 …16 = hdr_ipv6 ? in_checksum(&pseudoh6, sizeof(pseudoh6)) : in_checksum(&pseudoh, sizeof(pseudoh)); in write_current_packet()
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtext_import.c295 } pseudoh; variable
498 pseudoh.src_addr = HDR_IP.src_addr; in write_current_packet()
499 pseudoh.dest_addr = HDR_IP.dest_addr; in write_current_packet()
500 pseudoh.zero = 0; in write_current_packet()
501 pseudoh.protocol = (guint8) hdr_ip_proto; in write_current_packet()
502 pseudoh.length = g_htons(proto_length); in write_current_packet()
513 cksum_vector[0].ptr = (guint8 *)&pseudoh; cksum_vector[0].len = sizeof(pseudoh); in write_current_packet()
542 cksum_vector[0].ptr = (guint8 *)&pseudoh; cksum_vector[0].len = sizeof(pseudoh); in write_current_packet()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dtext_import.c295 } pseudoh; variable
498 pseudoh.src_addr = HDR_IP.src_addr; in write_current_packet()
499 pseudoh.dest_addr = HDR_IP.dest_addr; in write_current_packet()
500 pseudoh.zero = 0; in write_current_packet()
501 pseudoh.protocol = (guint8) hdr_ip_proto; in write_current_packet()
502 pseudoh.length = g_htons(proto_length); in write_current_packet()
513 cksum_vector[0].ptr = (guint8 *)&pseudoh; cksum_vector[0].len = sizeof(pseudoh); in write_current_packet()
542 cksum_vector[0].ptr = (guint8 *)&pseudoh; cksum_vector[0].len = sizeof(pseudoh); in write_current_packet()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dtext_import.c295 } pseudoh; variable
498 pseudoh.src_addr = HDR_IP.src_addr; in write_current_packet()
499 pseudoh.dest_addr = HDR_IP.dest_addr; in write_current_packet()
500 pseudoh.zero = 0; in write_current_packet()
501 pseudoh.protocol = (guint8) hdr_ip_proto; in write_current_packet()
502 pseudoh.length = g_htons(proto_length); in write_current_packet()
513 cksum_vector[0].ptr = (guint8 *)&pseudoh; cksum_vector[0].len = sizeof(pseudoh); in write_current_packet()
542 cksum_vector[0].ptr = (guint8 *)&pseudoh; cksum_vector[0].len = sizeof(pseudoh); in write_current_packet()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dtext_import.c295 } pseudoh;
498 pseudoh.src_addr = HDR_IP.src_addr;
499 pseudoh.dest_addr = HDR_IP.dest_addr;
500 pseudoh.zero = 0;
501 pseudoh.protocol = (guint8) hdr_ip_proto;
502 pseudoh.length = g_htons(proto_length);
513 cksum_vector[0].ptr = (guint8 *)&pseudoh; cksum_vector[0].len = sizeof(pseudoh);
542 cksum_vector[0].ptr = (guint8 *)&pseudoh; cksum_vector[0].len = sizeof(pseudoh);
/dports/emulators/gxemul/gxemul-0.6.3/src/net/
H A Dnet_ip.cc96 unsigned char pseudoh[12]; in net_ip_tcp_checksum() local
99 memcpy(pseudoh + 0, srcaddr, 4); in net_ip_tcp_checksum()
100 memcpy(pseudoh + 4, dstaddr, 4); in net_ip_tcp_checksum()
101 pseudoh[8] = 0x00; in net_ip_tcp_checksum()
102 pseudoh[9] = udpflag? 17 : 6; in net_ip_tcp_checksum()
103 pseudoh[10] = tcp_len >> 8; in net_ip_tcp_checksum()
104 pseudoh[11] = tcp_len & 255; in net_ip_tcp_checksum()
107 uint16_t w = (pseudoh[i] << 8) + pseudoh[i+1]; in net_ip_tcp_checksum()
/dports/lang/newlisp/newlisp-10.7.5/
H A Dnl-sock.c2405 struct pseudohdr * pseudoh = alloca(sizeof(struct pseudohdr) + segment_len); in pseudo_chks() local
2407 pseudoh->source_addr = iph->ip_src; in pseudo_chks()
2408 pseudoh->dest_addr = iph->ip_dst; in pseudo_chks()
2409 pseudoh->dummy = 0; in pseudo_chks()
2410 pseudoh->protocol = iph->ip_p; in pseudo_chks()
2411 pseudoh->len = htons(segment_len); in pseudo_chks()
2414 memcpy((char *)pseudoh + sizeof(struct pseudohdr), header, data_offset); in pseudo_chks()
2415 memcpy((char *)pseudoh + sizeof(struct pseudohdr) + data_offset, in pseudo_chks()
2418 checksum = in_cksum((unsigned short *)pseudoh, sizeof(struct pseudohdr) + segment_len); in pseudo_chks()
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dca_CAVA-CatalanValencian.dic164778 pseudohèrnia/_E
164779 pseudohímens
H A Dca_ES-Catalan.dic164481 pseudohèrnia/_E
164482 pseudohímens
H A Dsv_FI-SwedishFinland.dic100072 pseudohändelse/AEIY
H A Dsv_SV-Swedish.dic100252 pseudohändelse/AEIY
/dports/textproc/sv-hunspell/sv-hunspell-2.40/dictionaries/
H A Dsv_FI.dic99028 pseudohändelse/AEIY
H A Dsv_SE.dic99198 pseudohändelse/AEIY
/dports/textproc/py-spylls/spylls-0.1.6/spylls/hunspell/data/sv/
H A Dsv_SE.dic99198 pseudohändelse/AEIY
/dports/www/dooble/dooble-2021.12.05/Dictionaries/sv_SE/
H A Dsv_FI.dic99028 pseudohändelse/AEIY
H A Dsv_SE.dic99198 pseudohändelse/AEIY