Searched refs:LINKTYPE_PFSYNC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-common.c884 #define LINKTYPE_PFSYNC 246 macro
973 * Map DLT_PFSYNC, whatever it might be, to LINKTYPE_PFSYNC.
976 return (LINKTYPE_PFSYNC);
1006 * Map LINKTYPE_PFSYNC to DLT_PFSYNC, whatever it might be.
1007 * LINKTYPE_PFSYNC is in the matching range, to make sure
1011 if (linktype == LINKTYPE_PFSYNC)

Completed in 101 milliseconds