Searched refs:replyto (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.bin/mail/
H A Dmain.c94 char *subject, *replyto; local
280 replyto = value("REPLYTO");
282 mail(to, cc, bcc, smopts, subject, replyto);
H A Dcmd3.c198 char *cp, *rcv, *replyto; local
212 if ((replyto = skin(hfield("reply-to", mp))) != NULL)
213 np = extract(replyto, GTO);
227 if (np != NULL && replyto == NULL)
230 if (replyto != NULL)
238 if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) {
H A Dsend.c242 char *subject, char *replyto)
251 head.h_replyto = replyto;
241 mail(struct name *to, struct name *cc, struct name *bcc, struct name *smopts, char *subject, char *replyto) argument
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw2.c517 ipfw_send_abort(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t vtag, argument
535 if (replyto != NULL)
536 mac_netinet_firewall_reply(replyto, m);
540 (void)replyto; /* don't warn about unused arg */
622 * The 'replyto' mbuf is the mbuf being replied to, if any, and is required
626 ipfw_send_pkt(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t seq, argument
643 if (replyto != NULL)
644 mac_netinet_firewall_reply(replyto, m);
648 (void)replyto; /* don't warn about unused arg */
/freebsd-current/sbin/ipf/common/
H A Dipf_y.y393 | replyto
407 | replyto
689 replyto: label

Completed in 93 milliseconds