Searched refs:send (Results 226 - 250 of 449) sorted by relevance

1234567891011>>

/freebsd-current/tests/sys/netinet6/frag6/
H A Dfrag6_16.sh101 <send-packets-fabricated-header>0</send-packets-fabricated-header>
H A Dfrag6_13.sh104 <send-packets-fabricated-header>0</send-packets-fabricated-header>
H A Dfrag6_12.sh104 <send-packets-fabricated-header>0</send-packets-fabricated-header>
H A Dfrag6_03.sh105 <send-packets-fabricated-header>0</send-packets-fabricated-header>
H A Dfrag6_06.sh123 <send-packets-fabricated-header>0</send-packets-fabricated-header>
H A Dfrag6_07.sh101 <send-packets-fabricated-header>0</send-packets-fabricated-header>
H A Dfrag6_04.sh105 <send-packets-fabricated-header>0</send-packets-fabricated-header>
H A Dfrag6_19.sh89 <send-packets-fabricated-header>0</send-packets-fabricated-header>
/freebsd-current/sbin/ping/tests/
H A Dtest_ping.py160 :param str iface: Interface to send packet to
200 :keyword count: Number of packets to send, defaults to 1
261 tun.send(pkt)
263 tun.send(pkt)
/freebsd-current/libexec/phttpget/
H A Dphttpget.c306 int nreq = 0; /* Number of next request to send */
390 * mode, since we're probably going to want to try to send
399 /* Construct requests and/or send them without blocking */
408 /* If in pipelined mode, try to send the request */
411 len = send(sd, reqbuf + reqbufpos,
435 /* Do we need to blocking-send a request? */
438 len = send(sd, reqbuf + reqbufpos,
584 * to send it to a file if the status code is 200
602 /* Read the message and send data to fd if appropriate */
/freebsd-current/sys/netinet/
H A Dsctp_os_bsd.h365 #define SCTP_SORESERVE(so, send, recv) soreserve(so, send, recv)
/freebsd-current/share/mk/
H A Ddirdeps-options.mk14 # Please send copies of changes and bug-fixes to:
/freebsd-current/contrib/bmake/mk/
H A Dmanifest.mk14 # Please send copies of changes and bug-fixes to:
H A Ddirdeps-options.mk14 # Please send copies of changes and bug-fixes to:
H A Dauto.obj.mk14 # Please send copies of changes and bug-fixes to:
H A Doptions.mk14 # Please send copies of changes and bug-fixes to:
H A Dsuffixes.mk14 # Please send copies of changes and bug-fixes to:
H A Dsys.clean-env.mk14 # Please send copies of changes and bug-fixes to:
H A Dinit.mk14 # Please send copies of changes and bug-fixes to:
H A Dsubdir.mk14 # Please send copies of changes and bug-fixes to:
/freebsd-current/sys/contrib/openzfs/man/
H A DMakefile.am54 %D%/man8/zfs-send.8 \
/freebsd-current/sbin/setkey/
H A Dsetkey.c279 if ((l = send(so, &msg, sizeof(msg), 0)) < 0) {
280 err(1, "send");
366 if ((l = send(so, buf, len, 0)) < 0) {
367 perror("send");
/freebsd-current/contrib/wpa/src/wps/
H A Dhttp_server.c141 res = send(req->fd, wpabuf_head(resp), wpabuf_len(resp), 0);
/freebsd-current/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c237 _gss_ntlm_set_key(&ctx->u.v2.send, 1,
/freebsd-current/crypto/heimdal/kdc/
H A Dconnect.c714 if (rk_IS_SOCKET_ERROR(send(d->s, proto, strlen(proto), 0))) {
719 if (rk_IS_SOCKET_ERROR(send(d->s, msg, strlen(msg), 0))) {
734 if (rk_IS_SOCKET_ERROR(send(d->s, proto, strlen(proto), 0))) {
740 if (rk_IS_SOCKET_ERROR(send(d->s, msg, strlen(msg), 0))) {

Completed in 173 milliseconds

1234567891011>>