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

/freebsd-9.3-release/usr.bin/mail/
H A Dmain.c63 char *subject, *replyto; local
249 replyto = value("REPLYTO");
251 mail(to, cc, bcc, smopts, subject, replyto);
H A Dcmd3.c201 char *cp, *rcv, *replyto; local
215 if ((replyto = skin(hfield("reply-to", mp))) != NULL)
216 np = extract(replyto, GTO);
230 if (np != NULL && replyto == NULL)
233 if (replyto != NULL)
241 if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) {
H A Dsend.c248 char *subject, char *replyto)
257 head.h_replyto = replyto;
247 mail(struct name *to, struct name *cc, struct name *bcc, struct name *smopts, char *subject, char *replyto) argument
/freebsd-9.3-release/contrib/amd/amd/
H A Drpc_fwd.c228 fwd_packet(int type_id, char *pkt, int len, struct sockaddr_in *fwdto, struct sockaddr_in *replyto, opaque_t cb_arg, fwd_fun cb) argument
343 if (replyto)
344 p->rf_sin = *replyto;
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c799 * The 'replyto' mbuf is the mbuf being replied to, if any, and is required
803 ipfw_send_pkt(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t seq, argument
820 if (replyto != NULL)
821 mac_netinet_firewall_reply(replyto, m);
825 (void)replyto; /* don't warn about unused arg */
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf_y.y320 | replyto
333 | replyto
580 replyto: label
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c2311 pf_send_tcp(struct mbuf *replyto, const struct pf_rule *r, sa_family_t af, argument

Completed in 95 milliseconds