Sponsored Content
Full Discussion: Antivirus
Operating Systems Linux Red Hat Antivirus Post 302704399 by amisubha on Friday 21st of September 2012 02:09:56 PM
Old 09-21-2012
That i know. its not about general viruses m talking abt... but to prevent from keyblogger n all what should be done?
 

8 More Discussions You Might Find Interesting

1. Cybersecurity

Antivirus software for UNIX

I know that it's not necessary to get antivirus software for UNIX operating systems, but could someone please recommend some anyway? Does McAfee make any? (1 Reply)
Discussion started by: ellethompson
1 Replies

2. UNIX for Dummies Questions & Answers

antivirus for sun solaris

Hi All , Please i have mail server , sun solaries 7 .. and i want to protect the users mails from viruses . so i want to download an antivirus for this server to protect it against viruses . is there anything for FREEEEEEEE plzzzzz. (4 Replies)
Discussion started by: tamemi
4 Replies

3. UNIX for Dummies Questions & Answers

open source antivirus

Hello What is the best open source anti virus? Thanks (4 Replies)
Discussion started by: mohammadmahdi
4 Replies

4. Cybersecurity

Antivirus Programm for Solaris Desktop

Hello, I´m searching a antivirus solution for Solaris Desktop PC´s (Intel). Can anyone tell me more about some producer?? Thanks Volker (6 Replies)
Discussion started by: kingossi
6 Replies

5. Linux

Linux Antivirus

Hi, Can anyone suggest the best free antivirus for Linux? I'm using RED HAT 9.0 & want to install antivirus for it.... So if anyone could suggest anything, that would be great. (5 Replies)
Discussion started by: billcrosby
5 Replies

6. Cybersecurity

Best Antivirus :

There are number of antivirus available in market.The most of the persons get confused when they try to choose.So please direct us and guide us here the best way to choose antivirus for different purposes and works. (4 Replies)
Discussion started by: Klusner
4 Replies

7. Windows & DOS: Issues & Discussions

Issue while installing antivirus

I downloaded a trial version Kaspersky PURE 3.0.13.0.2.558 While installing it was showing a message that :" The foll. is a problem for proper working of this antivurus Norton Internet ..../ Norton Anti-virus / Norton ...." The message was something like this. I searched for Norton in "search... (4 Replies)
Discussion started by: ravisingh
4 Replies

8. Solaris

Antivirus for Solaris 8

Hi- I am looking for a best open source antivirus software for solaris other than clamav. We have been using clamav but it doesnot work on old solaris 8 systems..compiling the clamav and installing it on old solaris 8 systems resulted in system crash.Our business don't have any plan for OS upgrade... (3 Replies)
Discussion started by: lakshmanknr
3 Replies
ost::IPV4Host(3)					     Library Functions Manual						  ost::IPV4Host(3)

NAME
ost::IPV4Host - This object is used to hold the actual and valid internet address of a specific host machine that will be accessed through a socket. SYNOPSIS
#include <address.h> Inherits ost::IPV4Address. Public Member Functions IPV4Host (const char *host=NULL) Create a new host address for a specific internet host. IPV4Host (struct in_addr addr) Convert a system socket binary address such as may be returned through the accept() call or getsockpeer() into an internet host address object. IPV4Address & operator= (unsigned long addr) Allows assignment from the return of functions like inet_addr() or htonl() IPV4Host & operator&= (const IPV4Mask &mask) Mask the internet host address object with a network mask address. Friends class __EXPORT IPV4Mask __EXPORT IPV4Host operator& (const IPV4Host &addr, const IPV4Mask &mask) Additional Inherited Members Detailed Description This object is used to hold the actual and valid internet address of a specific host machine that will be accessed through a socket. Author: David Sugar dyfet@ostel.com Address of a specific Internet host machine. Constructor &; Destructor Documentation ost::IPV4Host::IPV4Host (const char *host = NULL) Create a new host address for a specific internet host. The internet host can be specified in a null terminated ASCII string and include either the physical host address or the DNS name of a host machine. Hence, an IPV4Host ('www.voxilla.org') can be directly declaired in this manner. Defaults to the IP address that represents the interface matching 'gethostname()'. Parameters: host dns or physical address of an Internet host. ost::IPV4Host::IPV4Host (struct in_addraddr) Convert a system socket binary address such as may be returned through the accept() call or getsockpeer() into an internet host address object. Parameters: addr binary address of internet host. Member Function Documentation IPV4Host& ost::IPV4Host::operator&= (const IPV4Mask &mask) Mask the internet host address object with a network mask address. This is commonly used to coerce an address by subnet. IPV4Address& ost::IPV4Host::operator= (unsigned longaddr) [inline] Allows assignment from the return of functions like inet_addr() or htonl() Reimplemented from ost::IPV4Address. References ost::IPV4Address::operator=(). Friends And Related Function Documentation friend class __EXPORT IPV4Mask [friend] __EXPORT IPV4Host operator& (const IPV4Host &addr, const IPV4Mask &mask) [friend] Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::IPV4Host(3)
All times are GMT -4. The time now is 10:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy