Home
last modified time | relevance | path

Searched defs:sendbuf (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/ntp/lib/isc/tests/
H A Dsocket_test.c89 char sendbuf[BUFSIZ], recvbuf[BUFSIZ]; in ATF_TC_BODY() local
160 char sendbuf[BUFSIZ], recvbuf[BUFSIZ]; in ATF_TC_BODY() local
/freebsd-12.1/tests/sys/netinet/
H A Dudp_dontroute.c61 const char* sendbuf = "Hello, World!"; in main() local
/freebsd-12.1/contrib/libpcap/
H A Drpcap-protocol.c83 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ in rpcap_senderror() local
H A Dpcap-rpcap.c1013 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ in pcap_startcapture_remote() local
1427 static int pcap_pack_bpffilter(pcap_t *fp, char *sendbuf, int *sendbufidx, struct bpf_program *prog) in pcap_pack_bpffilter()
1501 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ in pcap_updatefilter_remote() local
1716 char sendbuf[RPCAP_NETBUF_SIZE];/* temporary buffer in which data to be sent is buffered */ in pcap_setsampling_remote() local
1891 …char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data that has to be sent is buffered… in rpcap_sendauth() local
2113 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ in pcap_open_rpcap() local
/freebsd-12.1/usr.sbin/bluetooth/btpand/
H A Dbtpand.h104 uint8_t * sendbuf; member
/freebsd-12.1/contrib/ldns/
H A Dnet.c646 uint8_t *sendbuf; local
/freebsd-12.1/tests/sys/audit/
H A Dnetwork.c52 static struct msghdr sendbuf, recvbuf; variable