Home
last modified time | relevance | path

Searched refs:pcaps (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/dports/net/ssvnc/ssvnc-1.0.29/vnc_unixsrc/vncviewer/
H A Dcaps.c35 CapsContainer *pcaps; in CapsNewContainer() local
38 if (pcaps != NULL) { in CapsNewContainer()
39 pcaps->known_count = 0; in CapsNewContainer()
40 pcaps->enabled_count = 0; in CapsNewContainer()
43 return pcaps; in CapsNewContainer()
60 free(pcaps); in CapsDeleteContainer()
70 CapsAdd(CapsContainer *pcaps, in CapsAdd() argument
93 i = pcaps->known_count++; in CapsAddInfo()
145 i = CapsIndex(pcaps, code); in CapsGetInfo()
205 pcaps->enabled_list[pcaps->enabled_count++] = capinfo->code; in CapsEnable()
[all …]
H A Dcaps.h45 void CapsDeleteContainer(CapsContainer *pcaps);
47 void CapsAdd(CapsContainer *pcaps,
49 void CapsAddInfo(CapsContainer *pcaps,
52 Bool CapsIsKnown(CapsContainer *pcaps, CARD32 code);
53 Bool CapsGetInfo(CapsContainer *pcaps, CARD32 code,
55 char *CapsGetDescription(CapsContainer *pcaps, CARD32 code);
57 Bool CapsEnable(CapsContainer *pcaps, rfbCapabilityInfo *capinfo);
58 Bool CapsIsEnabled(CapsContainer *pcaps, CARD32 code);
59 int CapsNumEnabled(CapsContainer *pcaps);
60 CARD32 CapsGetByOrder(CapsContainer *pcaps, int idx);
/dports/net/tightvnc/vnc_unixsrc/vncviewer/
H A Dcaps.c35 CapsContainer *pcaps; in CapsNewContainer() local
38 if (pcaps != NULL) { in CapsNewContainer()
39 pcaps->known_count = 0; in CapsNewContainer()
40 pcaps->enabled_count = 0; in CapsNewContainer()
43 return pcaps; in CapsNewContainer()
60 free(pcaps); in CapsDeleteContainer()
70 CapsAdd(CapsContainer *pcaps, in CapsAdd() argument
93 i = pcaps->known_count++; in CapsAddInfo()
145 i = CapsIndex(pcaps, code); in CapsGetInfo()
205 pcaps->enabled_list[pcaps->enabled_count++] = capinfo->code; in CapsEnable()
[all …]
H A Dcaps.h45 void CapsDeleteContainer(CapsContainer *pcaps);
47 void CapsAdd(CapsContainer *pcaps,
49 void CapsAddInfo(CapsContainer *pcaps,
52 Bool CapsIsKnown(CapsContainer *pcaps, CARD32 code);
53 Bool CapsGetInfo(CapsContainer *pcaps, CARD32 code,
55 char *CapsGetDescription(CapsContainer *pcaps, CARD32 code);
57 Bool CapsEnable(CapsContainer *pcaps, rfbCapabilityInfo *capinfo);
58 Bool CapsIsEnabled(CapsContainer *pcaps, CARD32 code);
59 int CapsNumEnabled(CapsContainer *pcaps);
60 CARD32 CapsGetByOrder(CapsContainer *pcaps, int idx);
/dports/games/egoboo/egoboo-2.8.1/src/game/extensions/
H A Dogl_extensions.c164 void oglx_Get_Screen_Info( oglx_caps_t * pcaps ) in oglx_Get_Screen_Info() argument
167 memset( pcaps, 0, sizeof( *pcaps ) ); in oglx_Get_Screen_Info()
172 pcaps->gl_vendor = GL_DEBUG( glGetString )( GL_VENDOR ); in oglx_Get_Screen_Info()
218 pcaps->maxAnisotropy = 0; in oglx_Get_Screen_Info()
219 pcaps->log2Anisotropy = 0; in oglx_Get_Screen_Info()
222 pcaps->anisotropic_supported = GL_FALSE; in oglx_Get_Screen_Info()
223 pcaps->maxAnisotropy = 1.0f; in oglx_Get_Screen_Info()
224 pcaps->log2Anisotropy = 0.0f; in oglx_Get_Screen_Info()
225 …if ( NULL != pcaps->gl_extensions && NULL != strstr(( char* )pcaps->gl_extensions, "GL_EXT_texture… in oglx_Get_Screen_Info()
227 pcaps->anisotropic_supported = GL_TRUE; in oglx_Get_Screen_Info()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dopal-powercap.c28 } *pcaps; variable
153 pcaps = kcalloc(of_get_child_count(powercap), sizeof(*pcaps), in opal_powercap_init()
155 if (!pcaps) in opal_powercap_init()
187 if (!pcaps[i].pattrs) in opal_powercap_init()
193 kfree(pcaps[i].pattrs); in opal_powercap_init()
202 pcaps[i].pg.attrs[j] = &pcaps[i].pattrs[j].attr.attr; in opal_powercap_init()
209 pcaps[i].pg.attrs[j] = &pcaps[i].pattrs[j].attr.attr; in opal_powercap_init()
218 pcaps[i].pg.attrs[j] = &pcaps[i].pattrs[j].attr.attr; in opal_powercap_init()
224 pcaps[i].pg.name); in opal_powercap_init()
234 kfree(pcaps[i].pattrs); in opal_powercap_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dopal-powercap.c28 } *pcaps; variable
153 pcaps = kcalloc(of_get_child_count(powercap), sizeof(*pcaps), in opal_powercap_init()
155 if (!pcaps) in opal_powercap_init()
187 if (!pcaps[i].pattrs) in opal_powercap_init()
193 kfree(pcaps[i].pattrs); in opal_powercap_init()
202 pcaps[i].pg.attrs[j] = &pcaps[i].pattrs[j].attr.attr; in opal_powercap_init()
209 pcaps[i].pg.attrs[j] = &pcaps[i].pattrs[j].attr.attr; in opal_powercap_init()
218 pcaps[i].pg.attrs[j] = &pcaps[i].pattrs[j].attr.attr; in opal_powercap_init()
224 pcaps[i].pg.name); in opal_powercap_init()
234 kfree(pcaps[i].pattrs); in opal_powercap_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dopal-powercap.c28 } *pcaps; variable
153 pcaps = kcalloc(of_get_child_count(powercap), sizeof(*pcaps), in opal_powercap_init()
155 if (!pcaps) in opal_powercap_init()
187 if (!pcaps[i].pattrs) in opal_powercap_init()
193 kfree(pcaps[i].pattrs); in opal_powercap_init()
202 pcaps[i].pg.attrs[j] = &pcaps[i].pattrs[j].attr.attr; in opal_powercap_init()
209 pcaps[i].pg.attrs[j] = &pcaps[i].pattrs[j].attr.attr; in opal_powercap_init()
218 pcaps[i].pg.attrs[j] = &pcaps[i].pattrs[j].attr.attr; in opal_powercap_init()
224 pcaps[i].pg.name); in opal_powercap_init()
234 kfree(pcaps[i].pattrs); in opal_powercap_init()
[all …]
/dports/security/snort/snort-2.9.18/doc/
H A DREADME.pcap_readmode1 Reading pcaps in Snort
16 get pcaps.
45 Read pcaps from a file:
50 /home/foo/pcaps
59 Read pcaps from a command line list:
66 Read pcaps under a directory:
68 $ snort --pcap-dir="/home/foo/pcaps"
78 /home/foo/pcaps
97 > --pcap-no-filter --pcap-dir=/home/foo/pcaps
104 > --pcap-no-filter --pcap-dir=/home/foo/pcaps \
[all …]
/dports/security/openvas/openvas-scanner-21.4.3/misc/
H A Dbpf_share.c40 static pcap_t *pcaps[NUM_CLIENTS]; variable
63 for (i = 0; (i < (NUM_CLIENTS - 1)) && (pcaps[i]); i++) in bpf_open_live()
66 if (pcaps[i]) in bpf_open_live()
116 pcaps[i] = ret; in bpf_open_live()
142 p = (u_char *) pcap_next (pcaps[bpf], &head); in bpf_next_tv()
166 return pcap_datalink (pcaps[bpf]); in bpf_datalink()
172 pcap_close (pcaps[bpf]); in bpf_close()
173 pcaps[bpf] = NULL; in bpf_close()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DOCPNPlatform.cpp803 GetglEntryPoints( pcaps ); in BuildGLCaps()
812 pcaps->bCanDoVBO = true; in BuildGLCaps()
813 …if( !pcaps->m_glBindBuffer || !pcaps->m_glBufferData || !pcaps->m_glGenBuffers || !pcaps->m_glDele… in BuildGLCaps()
817 if(pcaps->bOldIntel) in BuildGLCaps()
822 pcaps->bCanDoVBO = false; in BuildGLCaps()
826 pcaps->bCanDoFBO = true; in BuildGLCaps()
838 …if( !pcaps->m_glGenFramebuffers || !pcaps->m_glGenRenderbuffers || !pcaps->m_glFramebuffer… in BuildGLCaps()
839 …!pcaps->m_glBindFramebuffer || !pcaps->m_glFramebufferRenderbuffer || !pcaps->m_glRenderbufferSto… in BuildGLCaps()
840 …!pcaps->m_glBindRenderbuffer || !pcaps->m_glCheckFramebufferStatus || !pcaps->m_glDeleteFramebuff… in BuildGLCaps()
864 BuildGLCaps(pcaps); in IsGLCapable()
[all …]
/dports/games/d2x/d2x-0.2.5/unused/win95/
H A Dxtapi.c818 LINEDEVCAPS *pcaps=NULL; in tapi_getdevcaps() local
835 pcaps = (LINEDEVCAPS *)realloc(pcaps, size); in tapi_getdevcaps()
836 if (!pcaps) return NULL; in tapi_getdevcaps()
838 memset(pcaps, 0, size); in tapi_getdevcaps()
839 pcaps->dwTotalSize = size; in tapi_getdevcaps()
843 pcaps); in tapi_getdevcaps()
846 free(pcaps); in tapi_getdevcaps()
850 if (pcaps->dwNeededSize > pcaps->dwTotalSize) { in tapi_getdevcaps()
851 size = pcaps->dwNeededSize; in tapi_getdevcaps()
857 return pcaps; in tapi_getdevcaps()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_common.c184 pcaps->eeer_value); in ice_aq_get_phy_caps()
921 pcaps = devm_kzalloc(ice_hw_to_dev(hw), sizeof(*pcaps), GFP_KERNEL); in ice_init_hw()
922 if (!pcaps) { in ice_init_hw()
2737 pcaps = devm_kzalloc(ice_hw_to_dev(hw), sizeof(*pcaps), in ice_update_link_info()
2739 if (!pcaps) in ice_update_link_info()
2897 pcaps = devm_kzalloc(ice_hw_to_dev(hw), sizeof(*pcaps), GFP_KERNEL); in ice_set_fc()
2898 if (!pcaps) in ice_set_fc()
2903 pcaps, NULL); in ice_set_fc()
3037 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_cfg_phy_fec()
3038 if (!pcaps) in ice_cfg_phy_fec()
[all …]
H A Dice_main.c1629 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_force_phys_link_state()
1630 if (!pcaps) in ice_force_phys_link_state()
1672 kfree(pcaps); in ice_force_phys_link_state()
1689 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_init_nvm_phy_type()
1690 if (!pcaps) in ice_init_nvm_phy_type()
1706 kfree(pcaps); in ice_init_nvm_phy_type()
1803 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_init_phy_user_cfg()
1804 if (!pcaps) in ice_init_phy_user_cfg()
1884 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_configure_phy()
1885 if (!pcaps) in ice_configure_phy()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_common.c184 pcaps->eeer_value); in ice_aq_get_phy_caps()
921 pcaps = devm_kzalloc(ice_hw_to_dev(hw), sizeof(*pcaps), GFP_KERNEL); in ice_init_hw()
922 if (!pcaps) { in ice_init_hw()
2737 pcaps = devm_kzalloc(ice_hw_to_dev(hw), sizeof(*pcaps), in ice_update_link_info()
2739 if (!pcaps) in ice_update_link_info()
2897 pcaps = devm_kzalloc(ice_hw_to_dev(hw), sizeof(*pcaps), GFP_KERNEL); in ice_set_fc()
2898 if (!pcaps) in ice_set_fc()
2903 pcaps, NULL); in ice_set_fc()
3037 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_cfg_phy_fec()
3038 if (!pcaps) in ice_cfg_phy_fec()
[all …]
H A Dice_main.c1629 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_force_phys_link_state()
1630 if (!pcaps) in ice_force_phys_link_state()
1672 kfree(pcaps); in ice_force_phys_link_state()
1689 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_init_nvm_phy_type()
1690 if (!pcaps) in ice_init_nvm_phy_type()
1706 kfree(pcaps); in ice_init_nvm_phy_type()
1803 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_init_phy_user_cfg()
1804 if (!pcaps) in ice_init_phy_user_cfg()
1884 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_configure_phy()
1885 if (!pcaps) in ice_configure_phy()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_common.c184 pcaps->eeer_value); in ice_aq_get_phy_caps()
921 pcaps = devm_kzalloc(ice_hw_to_dev(hw), sizeof(*pcaps), GFP_KERNEL); in ice_init_hw()
922 if (!pcaps) { in ice_init_hw()
2737 pcaps = devm_kzalloc(ice_hw_to_dev(hw), sizeof(*pcaps), in ice_update_link_info()
2739 if (!pcaps) in ice_update_link_info()
2897 pcaps = devm_kzalloc(ice_hw_to_dev(hw), sizeof(*pcaps), GFP_KERNEL); in ice_set_fc()
2898 if (!pcaps) in ice_set_fc()
2903 pcaps, NULL); in ice_set_fc()
3037 pcaps = kzalloc(sizeof(*pcaps), GFP_KERNEL); in ice_cfg_phy_fec()
3038 if (!pcaps) in ice_cfg_phy_fec()
[all …]
/dports/audio/sound-juicer/sound-juicer-3.38.0/libjuicer/
H A Drb-gst-media-types.c154 const GstCaps *pcaps;
164 pcaps = gst_encoding_profile_get_format (profile);
165 if (gst_caps_can_intersect (caps, pcaps)) {
172 pcaps = gst_encoding_profile_get_format (cp);
173 if (gst_caps_can_intersect (caps, pcaps)) {
/dports/net/ndpi/nDPI-92a1be2/wireshark/sharkfest_scripts/
H A DREADME.md6 In order to test these scripts you can use the following pcaps:
10 or pcaps from nDPI test directory
/dports/security/suricata/suricata-6.0.4/doc/userguide/performance/
H A Dpacket-profiling.rst30 Find a folder in which you have pcaps. If you do not have pcaps yet,
34 Go to the directory of your pcaps. For example:
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/mail/test/
H A Dtest_pop3.py457 self.pcaps = s.getvalue().splitlines()
472 self.contained("UIDL", self.caps, self.pcaps, self.lpcaps)
475 self.contained("TOP", self.caps, self.pcaps, self.lpcaps)
478 self.contained("USER", self.caps, self.pcaps, self.lpcaps)
481 self.contained("EXPIRE 60 USER", self.caps, self.pcaps)
487 self.caps, self.pcaps, self.lpcaps
493 self.caps, self.pcaps, self.lpcaps
497 self.contained("LOGIN-DELAY 120 USER", self.caps, self.pcaps)
513 self.pcaps = s.getvalue().splitlines()
528 self.contained("EXPIRE 60", self.caps, self.pcaps, self.lpcaps)
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/lib/
H A Drb-gst-media-types.c213 const GstCaps *pcaps; in rb_gst_media_type_matches_profile() local
223 pcaps = gst_encoding_profile_get_format (profile); in rb_gst_media_type_matches_profile()
224 if (gst_caps_can_intersect (caps, pcaps)) { in rb_gst_media_type_matches_profile()
231 pcaps = gst_encoding_profile_get_format (cp); in rb_gst_media_type_matches_profile()
232 if (gst_caps_can_intersect (caps, pcaps)) { in rb_gst_media_type_matches_profile()
/dports/net/file2pcap/file2pcap-1.29/
H A DTODO9 generate several pcaps at once DONE
12 fix port usage vs multiple pcaps DONE
/dports/dns/dnscap/dnscap-2.0.1/src/
H A DMakefile.am19 network.c options.c pcaps.c sig.c tcpstate.c tcpreasm.c memzero.c \
23 log.h network.h options.h pcaps.h sig.h tcpstate.h tcpreasm.h memzero.h \
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/test/
H A Dtest_pop3.py901 self.pcaps = s.getvalue().splitlines()
915 contained(self, b"UIDL", self.caps, self.pcaps, self.lpcaps)
921 contained(self, b"TOP", self.caps, self.pcaps, self.lpcaps)
927 contained(self, b"USER", self.caps, self.pcaps, self.lpcaps)
934 contained(self, b"EXPIRE 60 USER", self.caps, self.pcaps)
945 self.pcaps,
953 contained(self, b"SASL SCHEME_1 SCHEME_2", self.caps, self.pcaps, self.lpcaps)
960 contained(self, b"LOGIN-DELAY 120 USER", self.caps, self.pcaps)
982 self.pcaps = s.getvalue().splitlines()
996 contained(self, b"EXPIRE 60", self.caps, self.pcaps, self.lpcaps)
[all …]

12345678910>>...13