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

/freebsd-13-stable/usr.bin/mail/
H A Dmain.c108 char *subject, *replyto; local
294 replyto = value("REPLYTO");
296 mail(to, cc, bcc, smopts, subject, replyto);
H A Dcmd3.c206 char *cp, *rcv, *replyto; local
220 if ((replyto = skin(hfield("reply-to", mp))) != NULL)
221 np = extract(replyto, GTO);
235 if (np != NULL && replyto == NULL)
238 if (replyto != NULL)
246 if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) {
H A Dsend.c250 char *subject, char *replyto)
259 head.h_replyto = replyto;
249 mail(struct name *to, struct name *cc, struct name *bcc, struct name *smopts, char *subject, char *replyto) argument
/freebsd-13-stable/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-13-stable/contrib/ipfilter/tools/
H A Dipf_y.y394 | replyto
408 | replyto
690 replyto: label
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c2450 pf_send_tcp(struct mbuf *replyto, const struct pf_krule *r, sa_family_t af, argument

Completed in 192 milliseconds