Searched refs:lan (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)
822 if ((diff = a->lan.xport.port - b->lan.xport.port) != 0)
827 if ((diff = a->lan.xport.port - b->lan
[all...]
H A Dpf_ioctl.c1406 sp->lan.addr = sk->lan.addr;
1407 sp->lan.xport = sk->lan.xport;
1459 sk->lan.addr = sp->lan.addr;
1460 sk->lan.xport = sp->lan.xport;
3592 src = &sk->lan;
3596 dst = &sk->lan;
[all...]
H A Dpfvar.h976 struct pf_state_host lan; member in struct:pf_state_key_cmp
989 struct pf_state_host lan; member in struct:pf_state_key
1098 struct pfsync_state_host lan; member in struct:pfsync_state

Completed in 99 milliseconds