Home
last modified time | relevance | path

Searched defs:portdata (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pbio/
H A Dpbio.c98 struct portdata { struct
111 struct portdata pd[PBIO_NPORTS];/* Per port data */ argument
/freebsd/contrib/libpcap/
H A Drpcap-protocol.h294 uint16 portdata; /* Network port on which the client is waiting at (if 'serveropen') */ member
301 uint16 portdata; /* Network port on which the server is waiting at (passive mode only) */ member
H A Dpcap-rpcap.c1088 uint16 portdata = 0; /* temp variable needed to keep the network port for the data connection */ in pcap_startcapture_remote() local
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c1960 char portdata[PCAP_BUF_SIZE]; // temp variable needed to derive the data port in daemon_msg_startcap_req() local