Searched refs:gwy (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c410 (sk)->lan.addr.addr32[0] != (sk)->gwy.addr.addr32[0] || \
412 ((sk)->lan.addr.addr32[1] != (sk)->gwy.addr.addr32[1] || \
413 (sk)->lan.addr.addr32[2] != (sk)->gwy.addr.addr32[2] || \
414 (sk)->lan.addr.addr32[3] != (sk)->gwy.addr.addr32[3]))
418 (sk)->lan.xport.port != (sk)->gwy.xport.port)
422 (sk)->lan.xport.call_id != (sk)->gwy.xport.call_id)
952 if ((diff = a->gwy.xport.port - b->gwy.xport.port) != 0)
959 if ((diff = a->gwy.xport.port - b->gwy
[all...]
H A Dpf_ioctl.c1408 sp->gwy.addr = sk->gwy.addr;
1409 sp->gwy.xport = sk->gwy.xport;
1461 sk->gwy.addr = sp->gwy.addr;
1462 sk->gwy.xport = sp->gwy.xport;
3816 PF_ACPY(&key.gwy.addr, &pnl->saddr, pnl->af);
3817 memcpy(&key.gwy
[all...]
H A Dpfvar.h977 struct pf_state_host gwy; member in struct:pf_state_key_cmp
990 struct pf_state_host gwy; member in struct:pf_state_key
1099 struct pfsync_state_host gwy; member in struct:pfsync_state

Completed in 39 milliseconds