Lines Matching refs:send_requested_reply
1154 const char *send_requested_reply; in append_rule_from_element() local
1180 "send_requested_reply", &send_requested_reply, in append_rule_from_element()
1194 send_requested_reply || receive_requested_reply || in append_rule_from_element()
1284 (send_requested_reply && (receive_interface || in append_rule_from_element()
1335 send_path || send_type || send_requested_reply) in append_rule_from_element()
1375 if (send_requested_reply && in append_rule_from_element()
1376 !(strcmp (send_requested_reply, "true") == 0 || in append_rule_from_element()
1377 strcmp (send_requested_reply, "false") == 0)) in append_rule_from_element()
1381 "send_requested_reply", send_requested_reply); in append_rule_from_element()
1395 if (send_requested_reply) in append_rule_from_element()
1396 rule->d.send.requested_reply = (strcmp (send_requested_reply, "true") == 0); in append_rule_from_element()