Searched refs:replyto (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 517 ipfw_send_abort(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t vtag, in ipfw_send_abort() argument 535 if (replyto != NULL) in ipfw_send_abort() 536 mac_netinet_firewall_reply(replyto, m); in ipfw_send_abort() 540 (void)replyto; /* don't warn about unused arg */ in ipfw_send_abort() 628 ipfw_send_pkt(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t seq, in ipfw_send_pkt() argument 645 if (replyto != NULL) in ipfw_send_pkt() 646 mac_netinet_firewall_reply(replyto, m); in ipfw_send_pkt() 650 (void)replyto; /* don't warn about unused arg */ in ipfw_send_pkt()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 2443 pf_send_tcp(struct mbuf *replyto, const struct pf_krule *r, sa_family_t af, in pf_send_tcp() argument
|