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

/freebsd-11-stable/contrib/amd/amd/
H A Drpc_fwd.c224 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
339 if (replyto)
340 p->rf_sin = *replyto;
/freebsd-11-stable/usr.bin/mail/
H A Dmain.c106 char *subject, *replyto; local
292 replyto = value("REPLYTO");
294 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-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c501 ipfw_send_abort(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t vtag, argument
519 if (replyto != NULL)
520 mac_netinet_firewall_reply(replyto, m);
524 (void)replyto; /* don't warn about unused arg */
606 * The 'replyto' mbuf is the mbuf being replied to, if any, and is required
610 ipfw_send_pkt(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t seq, argument
627 if (replyto != NULL)
628 mac_netinet_firewall_reply(replyto, m);
632 (void)replyto; /* don't warn about unused arg */
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y394 | replyto
408 | replyto
690 replyto: label
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c2340 pf_send_tcp(struct mbuf *replyto, const struct pf_rule *r, sa_family_t af, argument

Completed in 155 milliseconds