Searched refs:msg (Results 51 - 75 of 1736) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgsnd.c34 #include <sys/msg.h>
56 struct msg { struct
81 struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } }; local
102 if (msgsnd(id, &msg, sizeof(msg.buf), 0) < 0)
104 if (msgsnd(id, &msg, sizeof(struct msg), 0) < 0)
136 struct msg msg local
186 struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } }; local
242 struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } }; local
292 struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } }; local
[all...]
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Drcopy.c121 static size_t _recv(int rs, char *msg, size_t len) argument
126 ret = rrecv(rs, msg + offset, len - offset, 0);
151 static int msg_get_resp(int rs, struct msg_hdr *msg, uint8_t cmd) argument
155 ret = msg_recv_hdr(rs, msg);
156 if (ret != sizeof *msg)
159 if ((msg->len != sizeof *msg) || (msg->command != (cmd | CMD_RESP))) {
161 msg->len, msg
168 msg_send_resp(int rs, struct msg_hdr *msg, uint32_t status) argument
229 server_open(int rs, struct msg_hdr *msg) argument
273 server_close(int rs, struct msg_hdr *msg) argument
291 server_write(int rs, struct msg_hdr *msg) argument
339 struct msg_hdr msg; local
423 struct msg_open *msg; local
477 struct msg_write msg; local
496 struct msg_hdr msg; local
[all...]
/freebsd-12-stable/share/examples/sunrpc/msg/
H A DMakefile7 FILESDIR=${SHAREDIR}/examples/sunrpc/msg
9 GEN = msg_clnt.c msg_svc.c msg.h
25 $(GEN): msg.x
26 $(RPCCOM) msg.x
34 rprintmsg.o: rprintmsg.c msg.h
36 msg_proc.o: msg_proc.c msg.h
H A Dprintmsg.c33 printmessage(msg)
34 char *msg;
42 fprintf(f, "%s\n", msg);
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c164 struct msg_get_clock_rate msg; local
183 memset(&msg, 0, sizeof(msg));
184 msg.hdr.buf_size = sizeof(msg);
185 msg.hdr.code = BCM2835_MBOX_CODE_REQ;
186 msg.tag_hdr.tag = BCM2835_MBOX_TAG_GET_CLOCK_RATE;
187 msg.tag_hdr.val_buf_size = sizeof(msg.body);
188 msg
210 struct msg_get_max_clock_rate msg; local
256 struct msg_get_min_clock_rate msg; local
302 struct msg_set_clock_rate msg; local
379 struct msg_get_turbo msg; local
423 struct msg_set_turbo msg; local
474 struct msg_get_voltage msg; local
519 struct msg_get_max_voltage msg; local
563 struct msg_get_min_voltage msg; local
608 struct msg_set_voltage msg; local
664 struct msg_get_temperature msg; local
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.h11 struct msg;
15 /* Tag definition for msg */
24 /* Structure declaration for msg */
26 int (*from_name_assign)(struct msg *, const char *);
27 int (*from_name_get)(struct msg *, char * *);
28 int (*to_name_assign)(struct msg *, const char *);
29 int (*to_name_get)(struct msg *, char * *);
30 int (*attack_assign)(struct msg *, const struct kill*);
31 int (*attack_get)(struct msg *, struct kill* *);
32 int (*run_assign)(struct msg *, in
37 struct msg { struct
[all...]
/freebsd-12-stable/contrib/libevent/test/
H A Dregress.gen.h11 struct msg;
15 /* Tag definition for msg */
24 /* Structure declaration for msg */
26 int (*from_name_assign)(struct msg *, const char *);
27 int (*from_name_get)(struct msg *, char * *);
28 int (*to_name_assign)(struct msg *, const char *);
29 int (*to_name_get)(struct msg *, char * *);
30 int (*attack_assign)(struct msg *, const struct kill*);
31 int (*attack_get)(struct msg *, struct kill* *);
32 int (*run_assign)(struct msg *, in
37 struct msg { struct
[all...]
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.c2 * Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
15 #include <netnatm/msg/unistruct.h>
16 #include <netnatm/msg/unimsglib.h>
17 #include <netnatm/msg/priv.h>
18 #include <netnatm/msg/privmsg.c>
21 print_alerting(struct uni_alerting *msg, struct unicx *cx) argument
25 if(msg->connid.h.present & UNI_IE_PRESENT)
26 uni_print_ie_internal(UNI_IE_CONNID, (union uni_ieall *)&msg->connid, cx);
27 if(msg
71 encode_alerting(struct uni_msg *msg, struct uni_alerting *p, struct unicx *cx) argument
109 decode_alerting(struct uni_alerting *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
199 print_call_proc(struct uni_call_proc *msg, struct unicx *cx) argument
228 encode_call_proc(struct uni_msg *msg, struct uni_call_proc *p, struct unicx *cx) argument
255 decode_call_proc(struct uni_call_proc *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
311 print_connect(struct uni_connect *msg, struct unicx *cx) argument
400 encode_connect(struct uni_msg *msg, struct uni_connect *p, struct unicx *cx) argument
471 decode_connect(struct uni_connect *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
653 print_connect_ack(struct uni_connect_ack *msg, struct unicx *cx) argument
673 encode_connect_ack(struct uni_msg *msg, struct uni_connect_ack *p, struct unicx *cx) argument
694 decode_connect_ack(struct uni_connect_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
732 print_release(struct uni_release *msg, struct unicx *cx) argument
785 encode_release(struct uni_msg *msg, struct uni_release *p, struct unicx *cx) argument
824 decode_release(struct uni_release *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
918 print_release_compl(struct uni_release_compl *msg, struct unicx *cx) argument
965 encode_release_compl(struct uni_msg *msg, struct uni_release_compl *p, struct unicx *cx) argument
998 decode_release_compl(struct uni_release_compl *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
1076 print_setup(struct uni_setup *msg, struct unicx *cx) argument
1246 encode_setup(struct uni_msg *msg, struct uni_setup *p, struct unicx *cx) argument
1373 decode_setup(struct uni_setup *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
1715 print_status(struct uni_status *msg, struct unicx *cx) argument
1744 encode_status(struct uni_msg *msg, struct uni_status *p, struct unicx *cx) argument
1774 decode_status(struct uni_status *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
1836 print_status_enq(struct uni_status_enq *msg, struct unicx *cx) argument
1856 encode_status_enq(struct uni_msg *msg, struct uni_status_enq *p, struct unicx *cx) argument
1877 decode_status_enq(struct uni_status_enq *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
1915 print_notify(struct uni_notify *msg, struct unicx *cx) argument
1938 encode_notify(struct uni_msg *msg, struct uni_notify *p, struct unicx *cx) argument
1962 decode_notify(struct uni_notify *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2008 print_restart(struct uni_restart *msg, struct unicx *cx) argument
2031 encode_restart(struct uni_msg *msg, struct uni_restart *p, struct unicx *cx) argument
2055 decode_restart(struct uni_restart *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2101 print_restart_ack(struct uni_restart_ack *msg, struct unicx *cx) argument
2124 encode_restart_ack(struct uni_msg *msg, struct uni_restart_ack *p, struct unicx *cx) argument
2148 decode_restart_ack(struct uni_restart_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2194 print_add_party(struct uni_add_party *msg, struct unicx *cx) argument
2307 encode_add_party(struct uni_msg *msg, struct uni_add_party *p, struct unicx *cx) argument
2388 decode_add_party(struct uni_add_party *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2606 print_add_party_ack(struct uni_add_party_ack *msg, struct unicx *cx) argument
2665 encode_add_party_ack(struct uni_msg *msg, struct uni_add_party_ack *p, struct unicx *cx) argument
2715 decode_add_party_ack(struct uni_add_party_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2835 print_party_alerting(struct uni_party_alerting *msg, struct unicx *cx) argument
2873 encode_party_alerting(struct uni_msg *msg, struct uni_party_alerting *p, struct unicx *cx) argument
2905 decode_party_alerting(struct uni_party_alerting *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
2975 print_add_party_rej(struct uni_add_party_rej *msg, struct unicx *cx) argument
3019 encode_add_party_rej(struct uni_msg *msg, struct uni_add_party_rej *p, struct unicx *cx) argument
3054 decode_add_party_rej(struct uni_add_party_rej *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3134 print_drop_party(struct uni_drop_party *msg, struct unicx *cx) argument
3175 encode_drop_party(struct uni_msg *msg, struct uni_drop_party *p, struct unicx *cx) argument
3210 decode_drop_party(struct uni_drop_party *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3288 print_drop_party_ack(struct uni_drop_party_ack *msg, struct unicx *cx) argument
3326 encode_drop_party_ack(struct uni_msg *msg, struct uni_drop_party_ack *p, struct unicx *cx) argument
3358 decode_drop_party_ack(struct uni_drop_party_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3428 print_leaf_setup_req(struct uni_leaf_setup_req *msg, struct unicx *cx) argument
3478 encode_leaf_setup_req(struct uni_msg *msg, struct uni_leaf_setup_req *p, struct unicx *cx) argument
3521 decode_leaf_setup_req(struct uni_leaf_setup_req *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3621 print_leaf_setup_fail(struct uni_leaf_setup_fail *msg, struct unicx *cx) argument
3659 encode_leaf_setup_fail(struct uni_msg *msg, struct uni_leaf_setup_fail *p, struct unicx *cx) argument
3694 decode_leaf_setup_fail(struct uni_leaf_setup_fail *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3770 print_cobisetup(struct uni_cobisetup *msg, struct unicx *cx) argument
3802 encode_cobisetup(struct uni_msg *msg, struct uni_cobisetup *p, struct unicx *cx) argument
3835 decode_cobisetup(struct uni_cobisetup *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
3905 print_facility(struct uni_facility *msg, struct unicx *cx) argument
3937 encode_facility(struct uni_msg *msg, struct uni_facility *p, struct unicx *cx) argument
3970 decode_facility(struct uni_facility *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4040 print_modify_req(struct uni_modify_req *msg, struct unicx *cx) argument
4078 encode_modify_req(struct uni_msg *msg, struct uni_modify_req *p, struct unicx *cx) argument
4113 decode_modify_req(struct uni_modify_req *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4189 print_modify_ack(struct uni_modify_ack *msg, struct unicx *cx) argument
4224 encode_modify_ack(struct uni_msg *msg, struct uni_modify_ack *p, struct unicx *cx) argument
4256 decode_modify_ack(struct uni_modify_ack *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4324 print_modify_rej(struct uni_modify_rej *msg, struct unicx *cx) argument
4356 encode_modify_rej(struct uni_msg *msg, struct uni_modify_rej *p, struct unicx *cx) argument
4385 decode_modify_rej(struct uni_modify_rej *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4445 print_conn_avail(struct uni_conn_avail *msg, struct unicx *cx) argument
4477 encode_conn_avail(struct uni_msg *msg, struct uni_conn_avail *p, struct unicx *cx) argument
4506 decode_conn_avail(struct uni_conn_avail *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
4566 print_unknown(struct uni_unknown *msg, struct unicx *cx) argument
4586 encode_unknown(struct uni_msg *msg, struct uni_unknown *p, struct unicx *cx) argument
4607 decode_unknown(struct uni_unknown *out, struct uni_msg *msg, enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, struct unicx *cx) argument
[all...]
H A Dgenmsgc.awk29 # $Begemot: libunimsg/netnatm/msg/genmsgc.awk,v 1.6 2004/07/08 08:22:04 brandt Exp $
50 print "#include <netnatm/msg/unistruct.h>"
51 print "#include <netnatm/msg/unimsglib.h>"
52 print "#include <netnatm/msg/priv.h>"
53 print "#include <netnatm/msg/privmsg.c>"
84 print "print_" msg "(struct uni_" msg " *msg, struct unicx *cx)"
94 print "\tif(msg->" ie "_repeat.h.present & UNI_IE_PRESENT)"
95 print "\t\tuni_print_ie_internal(UNI_IE_REPEAT, (union uni_ieall *)&msg
[all...]
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dassert.c59 ** msg -- message.
69 const char *msg));
72 sm_abort_defaulthandler(filename, lineno, msg)
75 const char *msg;
79 lineno, msg);
81 sm_io_fprintf(smioerr, SM_TIME_DEFAULT, "%s\n", msg);
139 char msg[128]; local
143 sm_vsnprintf(msg, sizeof msg, fmt, ap);
145 sm_abort_at(NULL, 0, msg);
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_set_error.c30 test(struct archive *a, int code, const char *msg) argument
32 archive_set_error(a, code, "%s", msg);
35 assertEqualString(msg, archive_error_string(a));
/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dgenmsgcpyc.awk42 print "#include <netnatm/msg/unistruct.h>"
55 print "copy_msg_" msg "(struct uni_" msg " *src, struct uni_" msg " *dst)"
/freebsd-12-stable/sys/contrib/xz-embedded/userspace/
H A Dbytetest.c24 const char *msg; local
42 msg = "Memory allocation failed\n";
63 msg = "Write error\n";
87 msg = "Uncompressed size doesn't match\n";
93 msg = "Write error\n";
103 msg = "Memory allocation failed\n";
107 msg = "Memory usage limit reached\n";
111 msg = "Not a .xz file\n";
115 msg = "Unsupported options in the .xz headers\n";
120 msg
[all...]
H A Dxzminidec.c30 const char *msg; local
50 msg = "Memory allocation failed\n";
71 msg = "Write error\n";
93 msg = "Write error\n";
103 msg = "Memory allocation failed\n";
107 msg = "Memory usage limit reached\n";
111 msg = "Not a .xz file\n";
115 msg = "Unsupported options in the .xz headers\n";
120 msg = "File is corrupt\n";
124 msg
[all...]
/freebsd-12-stable/libexec/rtld-elf/
H A Ddebug.h58 (msg(_MYNAME ": assert failed: " __FILE__ ":" \
60 #define msg(s) write(STDOUT_FILENO, s, strlen(s)) macro
61 #define trace() msg(_MYNAME ": " __XSTRING(__LINE__) "\n")
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h103 void error(const Twine &msg);
104 LLVM_ATTRIBUTE_NORETURN void fatal(const Twine &msg);
105 void log(const Twine &msg);
106 void message(const Twine &msg);
107 void warn(const Twine &msg);
114 std::string getLocation(const Twine &msg);
120 inline void error(const Twine &msg) { errorHandler().error(msg); } argument
121 inline LLVM_ATTRIBUTE_NORETURN void fatal(const Twine &msg) { argument
122 errorHandler().fatal(msg);
124 log(const Twine &msg) argument
125 message(const Twine &msg) argument
126 warn(const Twine &msg) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp9 extern "C" void ubsan_message(const char *msg);
10 static void message(const char *msg) { ubsan_message(msg); } argument
12 static void message(const char *msg) { argument
13 write(2, msg, strlen(msg));
56 static void abort_with_message(const char *msg) { argument
57 if (&android_set_abort_message) android_set_abort_message(msg);
81 #define HANDLER_RECOVER(name, msg) \
84 message("ubsan: " msg "\
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dstop-gdb.c47 mach_msg_header_t msg; local
96 msg.msgh_bits = MACH_MSGH_BITS (MACH_MSG_TYPE_COPY_SEND, 0);
97 msg.msgh_remote_port = gdb_port;
98 msg.msgh_local_port = MACH_PORT_NULL;
99 msg.msgh_size = sizeof (msg);
100 msg.msgh_seqno = 0;
101 msg.msgh_id = GDB_MESSAGE_ID_STOP;
103 kr = mach_msg_send (&msg);
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dsendmsg.c41 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) argument
47 struct iovec *iov = msg->msg_iov;
49 for(i = 0; i < msg->msg_iovlen; ++i)
57 for (i = 0; i < msg->msg_iovlen; ++i) {
61 ret = sendto (s, buf, tot, flags, msg->msg_name, msg->msg_namelen);
114 * - msg->msg_name is ignored. So is msg->control.
119 * @param[in] msg The message
126 sendmsg_w32(rk_socket_t s, const struct msghdr * msg, in argument
[all...]
/freebsd-12-stable/contrib/ngatm/libngatm/
H A Dunimsg.c164 uni_msg_strip32(struct uni_msg *msg) argument
168 msg->b_wptr -= 4;
169 bcopy(msg->b_wptr, &w, 4);
177 uni_msg_get32(struct uni_msg *msg) argument
181 bcopy(msg->b_rptr, &w, 4);
182 msg->b_rptr += 4;
190 uni_msg_append32(struct uni_msg *msg, u_int u) argument
192 if (uni_msg_ensure(msg, 4) == -1)
195 bcopy(&u, msg->b_wptr, 4);
196 msg
204 uni_msg_append8(struct uni_msg *msg, u_int u) argument
218 uni_msg_trail32(const struct uni_msg *msg, int i) argument
233 struct uni_msg *msg; local
[all...]
/freebsd-12-stable/crypto/openssh/
H A Dmonitor_fdpass.c55 struct msghdr msg; local
68 memset(&msg, 0, sizeof(msg));
70 msg.msg_accrights = (caddr_t)&fd;
71 msg.msg_accrightslen = sizeof(fd);
74 msg.msg_control = (caddr_t)&cmsgbuf.buf;
75 msg.msg_controllen = sizeof(cmsgbuf.buf);
76 cmsg = CMSG_FIRSTHDR(&msg);
85 msg.msg_iov = &vec;
86 msg
116 struct msghdr msg; local
[all...]
H A Dauthfd.c184 struct sshbuf *msg; local
186 if ((msg = sshbuf_new()) == NULL)
188 if ((r = sshbuf_put_u8(msg, type)) != 0 ||
189 (r = sshbuf_put_cstring(msg, password)) != 0)
191 if ((r = ssh_request_reply(sock, msg, msg)) != 0)
193 if ((r = sshbuf_get_u8(msg, &type)) != 0)
197 sshbuf_free(msg);
233 struct sshbuf *msg; local
241 if ((msg
345 struct sshbuf *msg; local
427 struct sshbuf *msg; local
480 struct sshbuf *msg; local
521 struct sshbuf *msg; local
562 struct sshbuf *msg; local
[all...]
/freebsd-12-stable/usr.sbin/rpc.lockd/
H A Dkern.c127 LOCKD_MSG msg; local
176 if ((nr = read(devfd, &msg, sizeof(msg))) == sizeof(msg)) {
178 show(&msg);
180 if (msg.lm_version != LOCKD_MSG_VERSION) {
182 "unknown msg type: %d", msg.lm_version);
188 switch (msg.lm_fl.l_type) {
191 if (msg
257 test_request(LOCKD_MSG *msg) argument
326 lock_request(LOCKD_MSG *msg) argument
399 unlock_request(LOCKD_MSG *msg) argument
[all...]
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dsubr.c117 char msg[1024]; local
121 (void)vsnprintf(msg, sizeof(msg), fmt, ap);
123 (void)snprlcat(msg, sizeof(msg), "(seq=%ju) ",
127 (void)snprlcat(msg, sizeof(msg), "OPEN(%s)",
131 (void)snprlcat(msg, sizeof(msg), "APPEND(%ju)",
135 (void)snprlcat(msg, sizeo
[all...]
/freebsd-12-stable/contrib/unbound/iterator/
H A Diter_resptype.c52 response_type_from_cache(struct dns_msg* msg, argument
56 if(FLAGS_GET_RCODE(msg->rep->flags) == LDNS_RCODE_NXDOMAIN)
63 if(msg->rep->an_numrrsets > 0) {
71 for(i=0; i<msg->rep->an_numrrsets; i++) {
72 struct ub_packed_rrset_key* s = msg->rep->rrsets[i];
108 struct dns_msg* msg, struct query_info* request, struct delegpt* dp)
114 if(!msg || !request)
118 if(FLAGS_GET_RCODE(msg->rep->flags) == LDNS_RCODE_NXDOMAIN) {
120 if( (msg->rep->flags&BIT_RA) &&
121 !(msg
107 response_type_from_server(int rdset, struct dns_msg* msg, struct query_info* request, struct delegpt* dp) argument
[all...]

Completed in 295 milliseconds

1234567891011>>