Home
last modified time | relevance | path

Searched refs:pdulen (Results 1 – 25 of 59) sorted by relevance

123

/dports/net/xrdp-devel/xrdp-0.9.16/libxrdp/
H A Dxrdp_sec.c1833 int pdulen; in xrdp_sec_send_fastpath() local
1844 datalen = pdulen - 15; in xrdp_sec_send_fastpath()
1849 pdulen += pad; in xrdp_sec_send_fastpath()
1850 pdulen |= 0x8000; in xrdp_sec_send_fastpath()
1851 out_uint16_be(s, pdulen); in xrdp_sec_send_fastpath()
1865 pdulen >> 4, pdulen & 0xff, pad, in xrdp_sec_send_fastpath()
1874 datalen = pdulen - 11; in xrdp_sec_send_fastpath()
1878 pdulen |= 0x8000; in xrdp_sec_send_fastpath()
1886 pdulen >> 4, pdulen & 0xff, in xrdp_sec_send_fastpath()
1897 pdulen |= 0x8000; in xrdp_sec_send_fastpath()
[all …]
H A Dxrdp_rdp.c578 int pdulen; in xrdp_rdp_send_data() local
591 pdulen = len; in xrdp_rdp_send_data()
595 tocomplen = pdulen - 18; in xrdp_rdp_send_data()
603 pdulen = clen; in xrdp_rdp_send_data()
633 out_uint16_le(s, pdulen); /* totalLength */ in xrdp_rdp_send_data()
638 "pduSource %d", pdulen, PDUTYPE_TO_STR(pdutype & 0xf), in xrdp_rdp_send_data()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/libxrdp/
H A Dxrdp_sec.c1862 int pdulen; in xrdp_sec_send_fastpath() local
1873 datalen = pdulen - 15; in xrdp_sec_send_fastpath()
1878 pdulen += pad; in xrdp_sec_send_fastpath()
1879 pdulen |= 0x8000; in xrdp_sec_send_fastpath()
1880 out_uint16_be(s, pdulen); in xrdp_sec_send_fastpath()
1894 pdulen >> 4, pdulen & 0xff, pad, in xrdp_sec_send_fastpath()
1903 datalen = pdulen - 11; in xrdp_sec_send_fastpath()
1907 pdulen |= 0x8000; in xrdp_sec_send_fastpath()
1915 pdulen >> 4, pdulen & 0xff, in xrdp_sec_send_fastpath()
1926 pdulen |= 0x8000; in xrdp_sec_send_fastpath()
[all …]
H A Dxrdp_rdp.c594 int pdulen; in xrdp_rdp_send_data() local
607 pdulen = len; in xrdp_rdp_send_data()
611 tocomplen = pdulen - 18; in xrdp_rdp_send_data()
619 pdulen = clen; in xrdp_rdp_send_data()
649 out_uint16_le(s, pdulen); /* totalLength */ in xrdp_rdp_send_data()
654 "pduSource %d", pdulen, PDUTYPE_TO_STR(pdutype & 0xf), in xrdp_rdp_send_data()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-iapp.c303 …vbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *pdutree, proto_item *pduitem, int pdulen) in dissect_pdus() argument
311 if (!pdulen) in dissect_pdus()
318 while (pdulen > 0) in dissect_pdus()
333 pdulen -= (len + 3); in dissect_pdus()
H A Dpacket-docsis.c596 gint pdulen = 0; in dissect_docsis() local
632 pdulen = 0; in dissect_docsis()
641 pdulen = len_sid - (mac_parm + 2); in dissect_docsis()
693 if (fcs_correct && pdulen > 0) in dissect_docsis()
729 if (fcs_correct && pdulen > 0) in dissect_docsis()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-iapp.c303 …vbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *pdutree, proto_item *pduitem, int pdulen) in dissect_pdus() argument
311 if (!pdulen) in dissect_pdus()
318 while (pdulen > 0) in dissect_pdus()
333 pdulen -= (len + 3); in dissect_pdus()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-iapp.c303 …vbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *pdutree, proto_item *pduitem, int pdulen)
311 if (!pdulen)
318 while (pdulen > 0)
333 pdulen -= (len + 3);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-iapp.c303 …vbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *pdutree, proto_item *pduitem, int pdulen) in dissect_pdus() argument
311 if (!pdulen) in dissect_pdus()
318 while (pdulen > 0) in dissect_pdus()
333 pdulen -= (len + 3); in dissect_pdus()
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dsnmp_msg.h147 u16_t pdulen; member
189 u16_t pdulen; member
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dsnmp_msg.h147 u16_t pdulen; member
189 u16_t pdulen; member
/dports/multimedia/libv4l/linux-5.13-rc2/net/llc/
H A Dllc_input.c130 __be16 pdulen = eth_hdr(skb)->h_proto; in llc_fixup_skb() local
131 s32 data_size = ntohs(pdulen) - llc_len; in llc_fixup_skb()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/lwip/
H A Dsnmp_msg.h145 u16_t pdulen; member
187 u16_t pdulen; member
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/lwip/
H A Dsnmp_msg.h145 u16_t pdulen; member
187 u16_t pdulen; member
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/lwip/
H A Dsnmp_msg.h145 u16_t pdulen; member
187 u16_t pdulen; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/llc/
H A Dllc_input.c130 __be16 pdulen = eth_hdr(skb)->h_proto; in llc_fixup_skb() local
131 s32 data_size = ntohs(pdulen) - llc_len; in llc_fixup_skb()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/llc/
H A Dllc_input.c130 __be16 pdulen = eth_hdr(skb)->h_proto; in llc_fixup_skb() local
131 s32 data_size = ntohs(pdulen) - llc_len; in llc_fixup_skb()
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/lwip/
H A Dsnmp_msg.h149 u16_t pdulen; member
191 u16_t pdulen; member
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/core/snmp/
H A Dmsg_out.c340 rhl->pdulen = tot_len; in snmp_resp_header_sum()
341 snmp_asn1_enc_length_cnt(rhl->pdulen, &rhl->pdulenlen); in snmp_resp_header_sum()
396 thl->pdulen = tot_len; in snmp_trap_header_sum()
397 snmp_asn1_enc_length_cnt(thl->pdulen, &thl->pdulenlen); in snmp_trap_header_sum()
515 snmp_asn1_enc_length(p, ofs, m_stat->rhl.pdulen); in snmp_resp_header_enc()
572 snmp_asn1_enc_length(p, ofs, m_trap->thl.pdulen); in snmp_trap_header_enc()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/core/snmp/
H A Dmsg_out.c340 rhl->pdulen = tot_len; in snmp_resp_header_sum()
341 snmp_asn1_enc_length_cnt(rhl->pdulen, &rhl->pdulenlen); in snmp_resp_header_sum()
396 thl->pdulen = tot_len; in snmp_trap_header_sum()
397 snmp_asn1_enc_length_cnt(thl->pdulen, &thl->pdulenlen); in snmp_trap_header_sum()
515 snmp_asn1_enc_length(p, ofs, m_stat->rhl.pdulen); in snmp_resp_header_enc()
572 snmp_asn1_enc_length(p, ofs, m_trap->thl.pdulen); in snmp_trap_header_enc()
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/core/snmp/
H A Dmsg_out.c338 rhl->pdulen = tot_len; in snmp_resp_header_sum()
339 snmp_asn1_enc_length_cnt(rhl->pdulen, &rhl->pdulenlen); in snmp_resp_header_sum()
394 thl->pdulen = tot_len; in snmp_trap_header_sum()
395 snmp_asn1_enc_length_cnt(thl->pdulen, &thl->pdulenlen); in snmp_trap_header_sum()
513 snmp_asn1_enc_length(p, ofs, m_stat->rhl.pdulen); in snmp_resp_header_enc()
570 snmp_asn1_enc_length(p, ofs, m_trap->thl.pdulen); in snmp_trap_header_enc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/iscsi/cxgbit/
H A Dcxgbit_lro.h47 u32 pdulen; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/iscsi/cxgbit/
H A Dcxgbit_lro.h47 u32 pdulen; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/iscsi/cxgbit/
H A Dcxgbit_lro.h47 u32 pdulen; member
/dports/net-mgmt/p5-NSNMP/NSNMP-0.5/
H A DNSNMP.pm276 my ($packetlength, $verlen, $version, $community, $pdu_type, $pdulen,
281 if (not $@ and not (($packetlength | $verlen | $pdulen | $eslen |

123