Searched refs:CTL_RESPONSE (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/libexec/talkd/
H A Dextern.h33 void do_announce(CTL_MSG *, CTL_RESPONSE *);
37 void insert_table(CTL_MSG *, CTL_RESPONSE *);
41 void print_response(const char *, CTL_RESPONSE *);
42 void process_request(CTL_MSG *mp, CTL_RESPONSE *rp);
H A Dprint.c73 print_response(const char *cp, CTL_RESPONSE *rp)
H A Dtalkd.c69 static CTL_RESPONSE response;
H A Dprocess.c63 process_request(CTL_MSG *mp, CTL_RESPONSE *rp)
139 do_announce(CTL_MSG *mp, CTL_RESPONSE *rp)
H A Dtable.c155 insert_table(CTL_MSG *request, CTL_RESPONSE *response)
/freebsd-11-stable/usr.bin/talk/
H A Dlook_up.c55 CTL_RESPONSE response;
56 CTL_RESPONSE *rp = &response;
106 look_for_invite(CTL_RESPONSE *rp)
H A Dtalk.h70 extern void ctl_transact(struct in_addr,CTL_MSG,int,CTL_RESPONSE *);
78 extern int look_for_invite(CTL_RESPONSE *);
H A Dinvite.c71 CTL_RESPONSE response;
156 CTL_RESPONSE response;
H A Dctl_transact.c54 ctl_transact(struct in_addr target, CTL_MSG lmsg, int type, CTL_RESPONSE *rp)
/freebsd-11-stable/include/protocols/
H A Dtalkd.h84 } CTL_RESPONSE; typedef in typeref:struct:__anon6523
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_control.h42 #define CTL_RESPONSE 0x80 macro
47 #define CTL_ISRESPONSE(r_m_e_op) ((CTL_RESPONSE & (r_m_e_op)) != 0)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c869 rpkt.r_m_e_op = (u_char)CTL_RESPONSE | CTL_ERROR |
1207 if ( (CTL_RESPONSE | CTL_MORE | CTL_ERROR) & pkt->r_m_e_op
1210 if (CTL_RESPONSE & pkt->r_m_e_op)
1432 rpkt.r_m_e_op = CTL_RESPONSE | more |

Completed in 431 milliseconds