• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/libpcap/

Lines Matching defs:user

240  * \param errbuf: a pointer to a user-allocated buffer (of size PCAP_ERRBUF_SIZE)
250 * \warning The sockaddrout (if not NULL) must be deallocated by the user.
365 * - the 'timeout' chosen by the user is split in two (half on the server side,
598 static int pcap_read_rpcap(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
649 (*callback)(user, &pkt_header, pkt_data);
683 * It is called when the user calls pcap_close(). It sends a command
812 * keeps the statistics is allocated by the user. On Windows, this structure
813 * has been extended in order to keep new stats. However, if the user has a
829 * with pcap_stat(), where the structure is allocated by the user. In case
940 * \param errbuf: a pointer to a user-allocated buffer (of size
1088 * - we're using TCP, and the user wants us to be in active mode
1269 * Warning: on some kernels (e.g. Linux), the size of the user
1275 * user buffer. In case the bufsize returned is too small,
1342 * In case the user does not want to capture RPCAP packets, let's update the filter
1392 * by the user in case something bad happens
1434 struct bpf_program fake_prog; /* To be used just in case the user forgot to set a filter */
1478 * It is called when the user wants to update a filter.
1481 * This function is *not* called automatically when the user calls
1491 * buffers. Therefore, the user has to expect to receive some packets
1565 * This function is called when the user wants to set a filter.
1567 * This function is called automatically when the user calls pcap_setfilter().
1594 * This function is called *only* when the user wants exclude RPCAP packets
1720 * It is called when the user wants to set activate sampling on the
1826 * \param errbuf: a pointer to a user-allocated buffer (of size
2077 /* Warning: this call can be the first one called by the user. */
2114 /* the user chose not to specify the port */
2649 /* Warning: this call can be the first one called by the user. */