GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PCAP_TSTAMP_TYPE_NAME_TO_VAL(3) FreeBSD Library Functions Manual PCAP_TSTAMP_TYPE_NAME_TO_VAL(3)

pcap_tstamp_type_name_to_val - get the time stamp type value corresponding to a time stamp type name

#include <pcap/pcap.h>
int pcap_tstamp_type_name_to_val(const char *name);

pcap_tstamp_type_name_to_val() translates a time stamp type name to the corresponding time stamp type value. The translation is case-insensitive.

pcap_tstamp_type_name_to_val() returns time stamp type value on success and PCAP_ERROR on failure.

This function became available in libpcap release 1.2.1.

pcap(3), pcap_tstamp_type_val_to_name(3)
22 August 2018

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.