HomeSort by: relevance | last modified time | path
    Searched defs:send_msg (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/mac68k/include/
iopreg.h 104 u_char send_msg[IOP_MSGBUFLEN]; /* send channel message data */ member in struct:__anon1592
iopreg.h 104 u_char send_msg[IOP_MSGBUFLEN]; /* send channel message data */ member in struct:__anon1592
  /src/usr.bin/msgs/
msgs.c 155 bool send_msg = NO; variable
236 send_msg = YES;
326 if (!send_msg) {
338 if (send_msg) {
msgs.c 155 bool send_msg = NO; variable
236 send_msg = YES;
326 if (!send_msg) {
338 if (send_msg) {
  /src/external/mpl/bind/dist/tests/isc/
doh_test.c 66 static uv_buf_t send_msg = { .base = (char *)&send_magic, variable
556 &(isc_region_t){ .base = (uint8_t *)send_msg.base,
557 .length = send_msg.len },
599 &(isc_region_t){ .base = (uint8_t *)send_msg.base,
600 .length = send_msg.len },
661 &(isc_region_t){ .base = (uint8_t *)send_msg.base,
662 .length = send_msg.len },
747 .base = (uint8_t *)send_msg.base,
748 .length = send_msg.len },
782 &(isc_region_t){ .base = (uint8_t *)send_msg.base
    [all...]
doh_test.c 66 static uv_buf_t send_msg = { .base = (char *)&send_magic, variable
556 &(isc_region_t){ .base = (uint8_t *)send_msg.base,
557 .length = send_msg.len },
599 &(isc_region_t){ .base = (uint8_t *)send_msg.base,
600 .length = send_msg.len },
661 &(isc_region_t){ .base = (uint8_t *)send_msg.base,
662 .length = send_msg.len },
747 .base = (uint8_t *)send_msg.base,
748 .length = send_msg.len },
782 &(isc_region_t){ .base = (uint8_t *)send_msg.base
    [all...]
netmgr_common.c 63 isc_region_t send_msg = { .base = (unsigned char *)&send_magic, variable
320 isc_nm_send(sendhandle, &send_msg, connect_send_cb, NULL);
472 isc_nm_send(sendhandle, &send_msg, listen_send_cb,
848 isc_nm_send(handle, (isc_region_t *)&send_msg, noresponse_sendcb,
1494 isc_nm_send(sendhandle, (isc_region_t *)&send_msg, udp__send_cb,
1615 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
1689 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
1752 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
1946 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
2048 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
    [all...]
netmgr_common.c 63 isc_region_t send_msg = { .base = (unsigned char *)&send_magic, variable
320 isc_nm_send(sendhandle, &send_msg, connect_send_cb, NULL);
472 isc_nm_send(sendhandle, &send_msg, listen_send_cb,
848 isc_nm_send(handle, (isc_region_t *)&send_msg, noresponse_sendcb,
1494 isc_nm_send(sendhandle, (isc_region_t *)&send_msg, udp__send_cb,
1615 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
1689 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
1752 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
1946 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
2048 isc_nm_send(sendhandle, (isc_region_t *)&send_msg,
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 7896 mDNSlocal transfer_state send_msg(request_state *const req) function
7917 LogMsg("send_msg ERROR: failed to write %u of %d bytes to fd %d errno %d (%s)",
7955 result = send_msg(r); // Returns t_morecoming if buffer full because client is not reading
uds_daemon.c 7896 mDNSlocal transfer_state send_msg(request_state *const req) function
7917 LogMsg("send_msg ERROR: failed to write %u of %d bytes to fd %d errno %d (%s)",
7955 result = send_msg(r); // Returns t_morecoming if buffer full because client is not reading

Completed in 120 milliseconds