Home
last modified time | relevance | path

Searched refs:next_header (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/dports/net/hexinject/hexinject/
H A Dhexpcap.h201 uint8_t *next_header = NULL; in do_cksum_ipv6() local
204 next_header = raw + 40; in do_cksum_ipv6()
217 next_protocol = next_header[0]; in do_cksum_ipv6()
218 next_header += 8 + (next_header[1] * 8); in do_cksum_ipv6()
219 if((next_header - raw) > (size - 8)) return; // check size in do_cksum_ipv6()
223 … do_cksum_ipv4_ipv6_next_protocol(next_protocol, raw, next_header, size - (next_header - raw)); in do_cksum_ipv6()
310 uint8_t *next_header = NULL; in do_size_ipv6() local
320 next_header = raw + 40; in do_size_ipv6()
333 next_protocol = next_header[0]; in do_size_ipv6()
334 next_header += 8 + (next_header[1] * 8); in do_size_ipv6()
[all …]
/dports/net/py-impacket/impacket-0.9.17/impacket/
H A DIP6.py43 next_header = self.get_next_header()
52 s += "Next header: " + str(next_header) + "\n"
67 next_header = self.child()
68 while isinstance(next_header, IP6_Extension_Header):
71 upper_layer_packet_length -= next_header.get_header_size()
74 upper_layer_protocol_number = next_header.get_next_header()
76 next_header = next_header.child()
149 def set_next_header(self, next_header): argument
150 self.set_byte(6, next_header)
/dports/net/addrwatch/addrwatch-1.0.2/src/
H A Dparse.c102 int next_header; in parse_ipv6() local
116 next_header = ip6->ip6_nxt; in parse_ipv6()
118 while (next_header != IPPROTO_ICMPV6 && next_header != -1) { in parse_ipv6()
119 switch (next_header) { in parse_ipv6()
137 next_header = ip6e->ip6e_nxt; in parse_ipv6()
140 next_header = -1; in parse_ipv6()
145 if (next_header == -1) { in parse_ipv6()
/dports/net/ipgrab/ipgrab-0.9.10/src/
H A Dipv6.c47 u_int8_t next_header; member
128 snprintf(holder, HOLDER_SIZE, "%d (%s)", ipv6.next_header, in dump_ipv6()
129 map2str(ipproto_map, ipv6.next_header)); in dump_ipv6()
143 if (ip_proto_func[ipv6.next_header]) in dump_ipv6()
144 ip_proto_func[ipv6.next_header](pkt); in dump_ipv6()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ayiya.c83 guint8 next_header, opcode; in dissect_ayiya() local
89 next_header = tvb_get_guint8(tvb, 3); in dissect_ayiya()
108 3, 1, next_header, in dissect_ayiya()
110 ipprotostr(next_header), next_header); in dissect_ayiya()
119 dissector_try_uint(ip_dissector_table, next_header, payload, pinfo, tree); in dissect_ayiya()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ayiya.c83 guint8 next_header, opcode; in dissect_ayiya() local
89 next_header = tvb_get_guint8(tvb, 3); in dissect_ayiya()
108 3, 1, next_header, in dissect_ayiya()
110 ipprotostr(next_header), next_header); in dissect_ayiya()
119 dissector_try_uint(ip_dissector_table, next_header, payload, pinfo, tree); in dissect_ayiya()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ayiya.c83 guint8 next_header, opcode; in dissect_ayiya() local
89 next_header = tvb_get_guint8(tvb, 3); in dissect_ayiya()
108 3, 1, next_header, in dissect_ayiya()
110 ipprotostr(next_header), next_header); in dissect_ayiya()
119 dissector_try_uint(ip_dissector_table, next_header, payload, pinfo, tree); in dissect_ayiya()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ayiya.c83 guint8 next_header, opcode; in dissect_ayiya() local
89 next_header = tvb_get_guint8(tvb, 3); in dissect_ayiya()
108 3, 1, next_header, in dissect_ayiya()
110 ipprotostr(next_header), next_header); in dissect_ayiya()
119 dissector_try_uint(ip_dissector_table, next_header, payload, pinfo, tree); in dissect_ayiya()
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/javax/mail/internet/
H A DInternetHeaders.java176 private InternetHeader next_header; // the next header to be returned field in InternetHeaders.MatchEnum
189 next_header = null; in MatchEnum()
198 if (next_header == null) in hasMoreElements()
199 next_header = nextMatch(); in hasMoreElements()
200 return next_header != null; in hasMoreElements()
207 if (next_header == null) in nextElement()
208 next_header = nextMatch(); in nextElement()
210 if (next_header == null) in nextElement()
213 InternetHeader h = next_header; in nextElement()
214 next_header = null; in nextElement()
/dports/net/py-impacket/impacket-0.9.17/tests/ImpactPacket/
H A Dtest_IP6_Extension_Headers.py377 next_header = parsed_packet.get_next_header()
388 … self.assertEquals(next_header, 43, "Simple Hop By Hop Parsing - Incorrect next header value")
401 next_header = parsed_packet.get_next_header()
415 …self.assertEquals(next_header, 58, "Hop By Hop with multiple options parsing - Incorrect next head…
431 next_header = parsed_packet.get_next_header()
442 …self.assertEquals(next_header, 43, "Simple Destination Options Parsing - Incorrect next header val…
455 next_header = parsed_packet.get_next_header()
481 next_header = parsed_packet.get_next_header()
488 … self.assertEquals(next_header, 58, "Simple Routing Options Parsing - Incorrect next header value")
598 next_header = parsed_packet.get_next_header()
[all …]
/dports/devel/rapidfuzz-cpp/rapidfuzz-cpp-47df6f7/tools/
H A Damalgamation.py76 next_header = m.group(1)
79 if next_header in concatenated_headers:
81 concatenated_headers.add(next_header)
82 … concatenated += concatenate_file(out, os.path.join(root_path, next_header), expand_headers)
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-audio/lib/windows/
H A Dwindows_source.cc161 LPWAVEHDR next_header = buffer_queue.front(); in work() local
164 short* lp_buffer = (short*)next_header->lpData; in work()
165 DWORD buffer_length = next_header->dwBytesRecorded / sizeof(short); in work()
197 next_header->dwFlags = 0; in work()
198 waveInPrepareHeader(d_h_wavein, next_header, sizeof(WAVEHDR)); in work()
199 waveInAddBuffer(d_h_wavein, next_header, sizeof(WAVEHDR)); in work()
/dports/net/sniproxy/sniproxy-0.6.0/src/
H A Dhttp.c39 static size_t next_header(const char **, size_t *);
105 while ((len = next_header(&data, &data_len)) != 0) in get_header()
130 next_header(const char **data, size_t *len) { in next_header() function
/dports/www/ls-qpack/ls-qpack-2.2.2/bin/
H A Dfuzz-decode.c84 LIST_ENTRY(header) next_header;
103 LIST_REMOVE(header, next_header); in prepare_decode()
112 LIST_INSERT_HEAD(&s_headers, header, next_header); in prepare_decode()
128 LIST_REMOVE(header, next_header); in process_header()
306 LIST_REMOVE(header, next_header); in main()
/dports/devel/boost-docs/boost_1_72_0/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp62 std::vector<std::vector<message_header>::iterator> next_header;
312 incoming.next_header[my_block_number()];
330 && incoming.next_header[my_block_number()]->tag == -1)
331 ++incoming.next_header[my_block_number()];
345 incoming.next_header[i] = incoming.headers.end();
361 incoming.next_header[my_block_number()];
378 ++incoming.next_header[my_block_number()];
392 incoming.next_header[i] = incoming.headers.end();
408 incoming.next_header[my_block_number()];
433 ++incoming.next_header[my_block_number()];
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp62 std::vector<std::vector<message_header>::iterator> next_header;
312 incoming.next_header[my_block_number()];
330 && incoming.next_header[my_block_number()]->tag == -1)
331 ++incoming.next_header[my_block_number()];
345 incoming.next_header[i] = incoming.headers.end();
361 incoming.next_header[my_block_number()];
378 ++incoming.next_header[my_block_number()];
392 incoming.next_header[i] = incoming.headers.end();
408 incoming.next_header[my_block_number()];
433 ++incoming.next_header[my_block_number()];
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp61 std::vector<std::vector<message_header>::iterator> next_header;
311 incoming.next_header[my_block_number()];
329 && incoming.next_header[my_block_number()]->tag == -1)
330 ++incoming.next_header[my_block_number()];
344 incoming.next_header[i] = incoming.headers.end();
360 incoming.next_header[my_block_number()];
377 ++incoming.next_header[my_block_number()];
391 incoming.next_header[i] = incoming.headers.end();
407 incoming.next_header[my_block_number()];
432 ++incoming.next_header[my_block_number()];
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp61 std::vector<std::vector<message_header>::iterator> next_header;
311 incoming.next_header[my_block_number()];
329 && incoming.next_header[my_block_number()]->tag == -1)
330 ++incoming.next_header[my_block_number()];
344 incoming.next_header[i] = incoming.headers.end();
360 incoming.next_header[my_block_number()];
377 ++incoming.next_header[my_block_number()];
391 incoming.next_header[i] = incoming.headers.end();
407 incoming.next_header[my_block_number()];
432 ++incoming.next_header[my_block_number()];
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp62 std::vector<std::vector<message_header>::iterator> next_header;
312 incoming.next_header[my_block_number()];
330 && incoming.next_header[my_block_number()]->tag == -1)
331 ++incoming.next_header[my_block_number()];
345 incoming.next_header[i] = incoming.headers.end();
361 incoming.next_header[my_block_number()];
378 ++incoming.next_header[my_block_number()];
392 incoming.next_header[i] = incoming.headers.end();
408 incoming.next_header[my_block_number()];
433 ++incoming.next_header[my_block_number()];
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp62 std::vector<std::vector<message_header>::iterator> next_header;
312 incoming.next_header[my_block_number()];
330 && incoming.next_header[my_block_number()]->tag == -1)
331 ++incoming.next_header[my_block_number()];
345 incoming.next_header[i] = incoming.headers.end();
361 incoming.next_header[my_block_number()];
378 ++incoming.next_header[my_block_number()];
392 incoming.next_header[i] = incoming.headers.end();
408 incoming.next_header[my_block_number()];
433 ++incoming.next_header[my_block_number()];
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp61 std::vector<std::vector<message_header>::iterator> next_header;
311 incoming.next_header[my_block_number()];
329 && incoming.next_header[my_block_number()]->tag == -1)
330 ++incoming.next_header[my_block_number()];
344 incoming.next_header[i] = incoming.headers.end();
360 incoming.next_header[my_block_number()];
377 ++incoming.next_header[my_block_number()];
391 incoming.next_header[i] = incoming.headers.end();
407 incoming.next_header[my_block_number()];
432 ++incoming.next_header[my_block_number()];
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp61 std::vector<std::vector<message_header>::iterator> next_header;
311 incoming.next_header[my_block_number()];
329 && incoming.next_header[my_block_number()]->tag == -1)
330 ++incoming.next_header[my_block_number()];
344 incoming.next_header[i] = incoming.headers.end();
360 incoming.next_header[my_block_number()];
377 ++incoming.next_header[my_block_number()];
391 incoming.next_header[i] = incoming.headers.end();
407 incoming.next_header[my_block_number()];
432 ++incoming.next_header[my_block_number()];
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp62 std::vector<std::vector<message_header>::iterator> next_header;
312 incoming.next_header[my_block_number()];
330 && incoming.next_header[my_block_number()]->tag == -1)
331 ++incoming.next_header[my_block_number()];
345 incoming.next_header[i] = incoming.headers.end();
361 incoming.next_header[my_block_number()];
378 ++incoming.next_header[my_block_number()];
392 incoming.next_header[i] = incoming.headers.end();
408 incoming.next_header[my_block_number()];
433 ++incoming.next_header[my_block_number()];
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp61 std::vector<std::vector<message_header>::iterator> next_header;
311 incoming.next_header[my_block_number()];
329 && incoming.next_header[my_block_number()]->tag == -1)
330 ++incoming.next_header[my_block_number()];
344 incoming.next_header[i] = incoming.headers.end();
360 incoming.next_header[my_block_number()];
377 ++incoming.next_header[my_block_number()];
391 incoming.next_header[i] = incoming.headers.end();
407 incoming.next_header[my_block_number()];
432 ++incoming.next_header[my_block_number()];
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/distributed/detail/
H A Dmpi_process_group.ipp62 std::vector<std::vector<message_header>::iterator> next_header;
312 incoming.next_header[my_block_number()];
330 && incoming.next_header[my_block_number()]->tag == -1)
331 ++incoming.next_header[my_block_number()];
345 incoming.next_header[i] = incoming.headers.end();
361 incoming.next_header[my_block_number()];
378 ++incoming.next_header[my_block_number()];
392 incoming.next_header[i] = incoming.headers.end();
408 incoming.next_header[my_block_number()];
433 ++incoming.next_header[my_block_number()];
[all …]

12345678910>>...18