Searched defs:send (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-13-stable/tests/sys/netpfil/pf/
H A Dfrag-overindex.py30 def send(src, dst, send_if, recv_if): function
H A Dfrag-overreplace.py31 def send(src, dst, send_if, recv_if): function
H A Dfrag-overlimit.py33 def send(src, dst, send_if, recv_if): function
/freebsd-13-stable/lib/libc/net/
H A Dsend.c45 send(int s, const void *msg, size_t len, int flags) function
/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.h71 int (*send) (struct XauthP *); member in struct:XauthP
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dauth.h66 int (*send)(struct XauthP *); member in struct:XauthP
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h120 #undef send macro
122 #define send(s,buf,len,flags) swrap_send(s,buf,len,flags) macro
/freebsd-13-stable/contrib/ipfilter/iplang/
H A Diplang.h18 typedef struct send { struct
H A Diplang_y.y234 send: sendhdr '{' sendbody '}' ';' { packet_done(); } label
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp138 u64 *send = (u64*)MemToShadow(src + size); local
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dtask.h124 void (*send)(isc_task_t *task, isc_event_t **eventp); member in struct:isc_taskmethods
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep_intr.c176 intr_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand, void *h_arg, intr_ipi_send_t *send, void *s_arg) argument
/freebsd-13-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c191 char waiting[3], *send, *wordfile = "/usr/share/dict/words"; local
/freebsd-13-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dntlm.h132 struct ntlmv2_key send, recv; member in struct:__anon6730::__anon6731::__anon6734
/freebsd-13-stable/contrib/byacc/
H A Dlr0.c406 Value_t *send; local
/freebsd-13-stable/sys/dev/ppbus/
H A Dpps.c90 ppstry(device_t ppbus, int send, int expect) argument
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntp.pl77 sub send #' subroutine
/freebsd-13-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.h106 bool (*send)(channel_t *, packet_t *); member in struct:channel
/freebsd-13-stable/usr.sbin/ppp/
H A Dmp.h71 } send; /* (in UpdateSet()) */ member in struct:mpserver
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h247 unsigned long send; member in struct:c4iw_stats
/freebsd-13-stable/usr.bin/tip/tip/
H A Dcmds.c436 send(int c) function
[all...]
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c104 int early_data_count_ok(SSL *s, size_t length, size_t overhead, int send) argument
[all...]
/freebsd-13-stable/contrib/tnftp/
H A Dtnftp.h487 #define send Rsend macro
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.h194 ssize_t (*send)(struct tport *, const u_char *, size_t, member in struct:transport_def
/freebsd-13-stable/sys/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h176 int32_t (*send)( VCHI_MDRIVER_HANDLE_T *handle, MESSAGE_TX_CHANNEL_T channel, const void *data, uint32_t len, VCHI_MSG_FLAGS_T flags, void *send_handle ); // tx (message & bulk) member in struct:opaque_vchi_message_driver_t

Completed in 313 milliseconds

123