Home
last modified time | relevance | path

Searched refs:g_ntohs (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/net-mgmt/yaf/yaf-2.11.0/src/
H A Ddecode.c513 ppptype = g_ntohs(*((uint16_t *)pkt)); in yfDecodeL2PPP()
875 *iplen = g_ntohs(iph->ip_len); in yfDecodeIPv4()
887 fraginfo->offset = g_ntohs(iph->ip_off); in yfDecodeIPv4()
892 fraginfo->ipid = g_ntohs(iph->ip_id); in yfDecodeIPv4()
953 *iplen = g_ntohs(iph->ip6_plen) + hdr_len; in yfDecodeIPv6()
1222 key->sp = g_ntohs(tcph->th_sport); in yfDecodeTCP()
1223 key->dp = g_ntohs(tcph->th_dport); in yfDecodeTCP()
1279 key->sp = g_ntohs(tcph->th_sport); in yfDefragTCP()
1280 key->dp = g_ntohs(tcph->th_dport); in yfDefragTCP()
1321 key->sp = g_ntohs(udph->uh_sport); in yfDecodeUDP()
[all …]
/dports/net/libfixbuf/libfixbuf-2.3.1/src/
H A Dfbnetflow.c92 assignee = g_ntohs(ru16_t16val); \
100 assignee = g_ntohs(ru16_t16val); \
170 ru16_t16val = g_ntohs(*ru16_t16ptr); \
178 ru16_t16val = g_ntohs(*ru16_t16ptr); \
342 if (0x0009 != g_ntohs(hdr->n_version)) { in fbCollectorDecodeV9MsgVL()
346 g_ntohs(hdr->n_version)); in fbCollectorDecodeV9MsgVL()
504 tempRead16 = g_ntohs(*((uint16_t *)buffer)); in fbCollectorMessageHeaderV9()
1030 uint16_t d_setid = g_ntohs(*d_tPtr); in fbCollectorPostProcV9()
1032 uint16_t d_setLen = g_ntohs(*d_tPtr); in fbCollectorPostProcV9()
1365 uint16_t d_setid = g_ntohs(*d_tPtr); in fbCollectorPostProcV9()
[all …]
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/plugins/
H A Dldpplugin.c113 version = g_ntohs(*(uint16_t *)payload); in ldpplugin_LTX_ycLdpScanScan()
120 length = g_ntohs(*(uint16_t*)(payload + offsetptr)); in ldpplugin_LTX_ycLdpScanScan()
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/p0f/
H A Dyfp0f.c330 maxSegSize = g_ntohs(*(opt_ptr+1)); in yfpPacketParse()
403 packetDetails->tot = g_ntohs(iph->tot_len); in yfpPacketParse()
404 packetDetails->df = (g_ntohs(iph->off) & IP_DF) != 0; in yfpPacketParse()
406 packetDetails->wss = g_ntohs(tcph->win); in yfpPacketParse()
409 packetDetails->srcPort = g_ntohs(tcph->sport); in yfpPacketParse()
410 packetDetails->dstPort = g_ntohs(tcph->dport); in yfpPacketParse()
/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvgvcp.c464 arv_gvcp_packet_type_to_string (g_ntohs (packet->header.packet_type))); in arv_gvcp_packet_to_string()
466 arv_gvcp_command_to_string (g_ntohs (packet->header.command))); in arv_gvcp_packet_to_string()
467 g_string_append_printf (string, "size = %d\n", g_ntohs (packet->header.size)); in arv_gvcp_packet_to_string()
468 g_string_append_printf (string, "id = %d\n", g_ntohs (packet->header.id)); in arv_gvcp_packet_to_string()
472 switch (g_ntohs (packet->header.command)) { in arv_gvcp_packet_to_string()
526 packet_size = sizeof (ArvGvcpHeader) + g_ntohs (packet->header.size); in arv_gvcp_packet_to_string()
H A Darvgvcp.h289 return (ArvGvcpPacketType) g_ntohs (packet->header.packet_type); in arv_gvcp_packet_get_packet_type()
305 return (ArvGvcpCommand) g_ntohs (packet->header.command); in arv_gvcp_packet_get_command()
321 return g_ntohs (packet->header.id); in arv_gvcp_packet_get_packet_id()
366 *size = g_ntohs (packet->header.size) - sizeof (guint32); in arv_gvcp_packet_get_write_memory_cmd_infos()
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvgvcp.c464 arv_gvcp_packet_type_to_string (g_ntohs (packet->header.packet_type))); in arv_gvcp_packet_to_string()
466 arv_gvcp_command_to_string (g_ntohs (packet->header.command))); in arv_gvcp_packet_to_string()
467 g_string_append_printf (string, "size = %d\n", g_ntohs (packet->header.size)); in arv_gvcp_packet_to_string()
468 g_string_append_printf (string, "id = %d\n", g_ntohs (packet->header.id)); in arv_gvcp_packet_to_string()
472 switch (g_ntohs (packet->header.command)) { in arv_gvcp_packet_to_string()
526 packet_size = sizeof (ArvGvcpHeader) + g_ntohs (packet->header.size); in arv_gvcp_packet_to_string()
H A Darvgvcp.h289 return (ArvGvcpPacketType) g_ntohs (packet->header.packet_type); in arv_gvcp_packet_get_packet_type()
305 return (ArvGvcpCommand) g_ntohs (packet->header.command); in arv_gvcp_packet_get_command()
321 return g_ntohs (packet->header.id); in arv_gvcp_packet_get_packet_id()
366 *size = g_ntohs (packet->header.size) - sizeof (guint32); in arv_gvcp_packet_get_write_memory_cmd_infos()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dsctp_graph_dialog.cpp95 numberOf_nr_gaps=g_ntohs(nr_sack_header->nr_of_nr_gaps); in drawNRSACKGraph()
96 numberOf_gaps=g_ntohs(nr_sack_header->nr_of_gaps); in drawNRSACKGraph()
103 gap_start = g_ntohs(nr_gap->start); in drawNRSACKGraph()
104 gap_end = g_ntohs(nr_gap->end); in drawNRSACKGraph()
163 nr=g_ntohs(sack_header->nr_of_gaps); in drawSACKGraph()
165 dup_nr=g_ntohs(sack_header->nr_of_dups); in drawSACKGraph()
169 gap_start=g_ntohs(gap->start); in drawSACKGraph()
170 gap_end = g_ntohs(gap->end); in drawSACKGraph()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dsctp_graph_dialog.cpp95 numberOf_nr_gaps=g_ntohs(nr_sack_header->nr_of_nr_gaps); in drawNRSACKGraph()
96 numberOf_gaps=g_ntohs(nr_sack_header->nr_of_gaps); in drawNRSACKGraph()
103 gap_start = g_ntohs(nr_gap->start); in drawNRSACKGraph()
104 gap_end = g_ntohs(nr_gap->end); in drawNRSACKGraph()
163 nr=g_ntohs(sack_header->nr_of_gaps); in drawSACKGraph()
165 dup_nr=g_ntohs(sack_header->nr_of_dups); in drawSACKGraph()
169 gap_start=g_ntohs(gap->start); in drawSACKGraph()
170 gap_end = g_ntohs(gap->end); in drawSACKGraph()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dsctp_graph_dialog.cpp95 numberOf_nr_gaps=g_ntohs(nr_sack_header->nr_of_nr_gaps); in drawNRSACKGraph()
96 numberOf_gaps=g_ntohs(nr_sack_header->nr_of_gaps); in drawNRSACKGraph()
103 gap_start = g_ntohs(nr_gap->start); in drawNRSACKGraph()
104 gap_end = g_ntohs(nr_gap->end); in drawNRSACKGraph()
163 nr=g_ntohs(sack_header->nr_of_gaps); in drawSACKGraph()
165 dup_nr=g_ntohs(sack_header->nr_of_dups); in drawSACKGraph()
169 gap_start=g_ntohs(gap->start); in drawSACKGraph()
170 gap_end = g_ntohs(gap->end); in drawSACKGraph()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dsctp_graph_dialog.cpp95 numberOf_nr_gaps=g_ntohs(nr_sack_header->nr_of_nr_gaps); in drawNRSACKGraph()
96 numberOf_gaps=g_ntohs(nr_sack_header->nr_of_gaps); in drawNRSACKGraph()
103 gap_start = g_ntohs(nr_gap->start); in drawNRSACKGraph()
104 gap_end = g_ntohs(nr_gap->end); in drawNRSACKGraph()
163 nr=g_ntohs(sack_header->nr_of_gaps); in drawSACKGraph()
165 dup_nr=g_ntohs(sack_header->nr_of_dups); in drawSACKGraph()
169 gap_start=g_ntohs(gap->start); in drawSACKGraph()
170 gap_end = g_ntohs(gap->end); in drawSACKGraph()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/rtp/
H A Drtpulpfeccommon.c60 return ((guint64) g_ntohs (fec_lvl_hdr->mask) << 32) | in fec_level_hdr_get_mask()
76 return g_ntohs (fec_lvl_hdr->protection_len); in fec_level_hdr_get_protection_len()
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base()
155 return g_ntohs (rtp_ulpfec_buffer_get_fechdr (rtp)->seq); in rtp_ulpfec_buffer_get_seq_base()
438 g_ntohs (fec_level_hdr->protection_len), in rtp_ulpfec_log_fec_packet()

12345678910