Home
last modified time | relevance | path

Searched defs:send_reply (Results 1 – 3 of 3) 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 **er… in send_reply() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3653 boolean_t send_reply = B_TRUE; in willoption() local
3750 int send_reply = 1; in wontoption() local
3822 boolean_t send_reply = B_TRUE; in dooption() local
3913 int send_reply = 1; in dontoption() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c147 boolean_t send_reply = _B_FALSE; /* Send an ICMP_{ECHO|TSTAMP}REPLY */ variable