Searched refs:send_reply (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c109 send_reply(DBusConnection *con, DBusMessage *msg, guint32 exit_type, gint32 return_code, gchar **error) function
165 send_reply(rd->con, rd->msg, HALD_RUN_FAILED, 0, NULL);
176 send_reply(rd->con, rd->msg, HALD_RUN_SUCCESS, WEXITSTATUS(status), error);
210 send_reply(rd->con, rd->msg, HALD_RUN_TIMEOUT, 0, NULL);
279 send_reply(con, msg, HALD_RUN_FAILED, 0, NULL);
347 send_reply(rd->con, rd->msg, HALD_RUN_KILLED, 0, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h134 extern boolean_t send_reply;
H A Dping.c146 boolean_t send_reply = _B_FALSE; /* Send an ICMP_{ECHO|TSTAMP}REPLY */ variable
161 /* if send_reply, it's 2*num_gw+1 */
385 send_reply = _B_TRUE;
423 send_reply = _B_TRUE;
521 * send_reply, which sends the probe packet back to itself
525 send_reply = _B_FALSE;
582 if (send_reply) {
607 if (send_reply) {
671 if (send_reply) {
1864 if (send_reply) {
[all...]
H A Dping_aux.c616 * If we are using send_reply, the real
621 if (send_reply) {
662 * If we are using send_reply, the real target address is
666 if (send_reply) {
927 * If we are using send_reply, the real
932 if (send_reply) {
974 * If we are using send_reply, the real target address is
978 if (send_reply) {
H A Dping_aux6.c755 * If we are using send_reply, the real
760 if (send_reply) {
803 * If we are using send_reply, the real target address is
807 if (send_reply) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c548 goto send_reply;
555 goto send_reply;
563 goto send_reply;
570 goto send_reply;
649 send_reply:
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_proc.c225 goto send_reply;
239 goto send_reply;
245 goto send_reply;
248 goto send_reply;
282 send_reply:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3653 boolean_t send_reply = B_TRUE; local
3723 send_reply = B_FALSE;
3740 if (send_reply) {
3750 int send_reply = 1; local
3789 send_reply = 0;
3803 send_reply = 0;
3809 if (send_reply) {
3822 boolean_t send_reply = B_TRUE; local
3867 send_reply = B_FALSE;
3900 if (send_reply) {
3913 int send_reply = 1; local
[all...]

Completed in 84 milliseconds