It's never negative, and it's compared against unsigned values, so
squelch signed vs. unsigned comparison warnings.
u_int vlan_stack_depth;
/* XXX */
- int pcap_fddipad;
+ u_int pcap_fddipad;
#ifdef INET6
/*
*/
struct pcap_bpf {
#ifdef PCAP_FDDIPAD
- int fddipad;
+ u_int fddipad;
#endif
#ifdef HAVE_ZEROCOPY_BPF
register u_char *bp, *ep;
u_char *datap;
#ifdef PCAP_FDDIPAD
- register int pad;
+ register u_int pad;
#endif
#ifdef HAVE_ZEROCOPY_BPF
int i;
int swapped;
FILE *rfile; /* null if live capture, non-null if savefile */
- int fddipad;
+ u_int fddipad;
struct pcap *next; /* list of open pcaps that need stuff cleared on close */
/*