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

/external/libpcap/
H A Dpcap-new.c101 char host[PCAP_BUF_SIZE], port[PCAP_BUF_SIZE], name[PCAP_BUF_SIZE], path[PCAP_BUF_SIZE], filename[PCAP_BUF_SIZE];
104 char tmpstring[PCAP_BUF_SIZE + 1]; /* Needed to convert names and descriptions from 'old' syntax to the 'new' one */
108 if (strlen(source) > PCAP_BUF_SIZE)
132 tmpstring[PCAP_BUF_SIZE] = 0;
442 char tmpstring2[PCAP_BUF_SIZE + 1]; /* Needed to convert names and descriptions from 'old' syntax to the 'new' one */
445 tmpstring2[PCAP_BUF_SIZE]
[all...]
H A Dremote-ext.h80 #define PCAP_BUF_SIZE 1024 macro
H A Dpcap-rpcap.c701 char host[PCAP_BUF_SIZE], ctrlport[PCAP_BUF_SIZE], iface[PCAP_BUF_SIZE];
909 char portdata[PCAP_BUF_SIZE]; /* temp variable needed to keep the network port for the the data connection */
1135 pcap_snprintf(portdata, PCAP_BUF_SIZE, "%d", ntohs(startcapreply.portdata));
H A Dpcap-win32.c833 char host[PCAP_BUF_SIZE + 1];
834 char port[PCAP_BUF_SIZE + 1];
835 char name[PCAP_BUF_SIZE + 1];
/external/scapy/scapy/modules/
H A Dwinpcapy.py590 # define PCAP_BUF_SIZE 1024
592 PCAP_BUF_SIZE = 1024 variable

Completed in 181 milliseconds