Searched refs:send (Results 126 - 150 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk14 # Please send copies of changes and bug-fixes to:
H A Dcython.mk13 # Please send copies of changes and bug-fixes to:
H A Djava.mk14 # Please send copies of changes and bug-fixes to:
H A Dlibs.mk12 # Please send copies of changes and bug-fixes to:
H A Dmeta.subdir.mk13 # Please send copies of changes and bug-fixes to:
H A Dobj.mk12 # Please send copies of changes and bug-fixes to:
H A Doptions.mk12 # Please send copies of changes and bug-fixes to:
H A Dprogs.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.dependfile.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.vars.mk12 # Please send copies of changes and bug-fixes to:
H A Dmanifest.mk12 # Please send copies of changes and bug-fixes to:
H A Dauto.obj.mk12 # Please send copies of changes and bug-fixes to:
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk13 # Please send copies of changes and bug-fixes to:
H A Dmeta.subdir.mk14 # Please send copies of changes and bug-fixes to:
H A Dsys.dependfile.mk13 # Please send copies of changes and bug-fixes to:
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c357 * send an AUTH SEND).
409 if (ap && ap->send) {
414 if ((*ap->send)(ap)) {
/freebsd-11-stable/sys/netinet/
H A Dip_fastfwd.c35 * send it off to the outgoing interface, which DMAs the packet to the
63 * cases where two core routers with Zebra routing suite would send millions
371 * Step 6: send off the packet
392 IP_PROBE(send, NULL, NULL, ip, nh.nh_ifp, ip, NULL);
425 IP_PROBE(send, NULL, NULL,
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dauth.c366 * send an AUTH SEND).
418 if (ap && ap->send) {
423 if ((*ap->send)(ap)) {
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc276 send.2 \
441 MLINKS+=send.2 sendmsg.2 \
442 send.2 sendto.2
/freebsd-11-stable/sys/netgraph/
H A Dng_nat.c769 goto send;
799 goto send;
808 goto send; /* packet too short to hold IP */
814 goto send; /* other IP version, let it pass */
816 goto send; /* packet too short (i.e. fragmented or broken) */
894 send:
/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwip.c72 * send responses for us, which is fine since we don't have any
352 xfer->send.spd = tx_speed;
600 fp = &xfer->send.hdr;
606 * channel. To be conservative, we send at the
617 xfer->send.spd = 0;
662 xfer->send.spd = min(destfw->sspd, fc->speed);
665 xfer->send.pay_len = m->m_pkthdr.len;
/freebsd-11-stable/tests/sys/audit/
H A Dnetwork.c569 "send(2) call");
588 send(sockfd2, msgbuff, strlen(msgbuff), 0)) != -1);
592 "send.*0x%x.*return,success,%zd", sockfd2, data_bytes);
609 "send(2) call");
614 snprintf(extregex, sizeof(extregex), "send.*%s", invalregex);
617 ATF_REQUIRE_EQ(-1, send(-1, NULL, 0, 0));
647 ATF_REQUIRE(send(sockfd2, msgbuff, strlen(msgbuff), 0) != -1);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.c768 * RADIUS server SHOULD NOT send Access-Reject/no EAP-Message
852 if (keys && keys->send == NULL && keys->recv == NULL) {
859 if (keys->send) {
861 keys->send, keys->send_len);
871 if (e->authenticator_pmk_len == 16 && keys->send &&
878 keys->send, keys->send_len);
883 os_free(keys->send);
1281 " -N<attr spec> = send arbitrary attribute specified by:\n"
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopstat263 ;# send request
276 $ret = send(S,$loopinfo_reqpkt,0,$server_inaddr);
280 warn("$0: send failed ret=($ret): $!\n");
/freebsd-11-stable/lib/libc/net/
H A DMakefile.inc16 rcmd.c rcmdsh.c recv.c rthdr.c sctp_sys_calls.c send.c \

Completed in 255 milliseconds

1234567891011>>