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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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 23 milliseconds