Searched refs:incoming (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_divert.h116 extern void divert_packet(struct mbuf *m, int incoming, int port, int rule);
H A Dip_divert.c121 * treated as incoming and sent to ip_input().
206 divert_packet(struct mbuf *m, int incoming, int port, int rule) argument
227 * But only for incoming packets.
230 if (incoming) {
252 * Record the incoming interface name whenever we have one.
358 /* Reinject packet into the system as incoming or outgoing */

Completed in 21 milliseconds