HomeSort by: relevance | last modified time | path
    Searched refs:ANNOUNCE (Results 1 - 3 of 3) sorted by relevancy

  /src/include/protocols/
talkd.h 49 * fails, the caller then sends an ANNOUNCE message causing the server
102 #define ANNOUNCE 3 /* announce invitation by caller */
109 #define PERMISSION_DENIED 4 /* callee's tty doesn't permit announce */
  /src/usr.bin/talk/
invite.c 126 /* force a re-announce */
154 ctl_transact(his_machine_addr, msg, ANNOUNCE, &response);
  /src/libexec/talkd/
process.c 43 * ANNOUNCE - announce to a user that a talk is wanted
101 case ANNOUNCE:
161 rp->answer = announce(mp, hostname);
166 * This is an explicit re-announce, so update the id_num
167 * field to avoid duplicates and re-announce the talk.
171 rp->answer = announce(mp, hostname);

Completed in 14 milliseconds