Home
last modified time | relevance | path

Searched refs:ap1 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dpf.c2196 bcopy(&sk->lan.addr, &fh.ap1.addr, sizeof(fh.ap1.addr)); in pf_calc_state_key_flowhash()
2199 bcopy(&sk->ext_lan.addr, &fh.ap1.addr, sizeof(fh.ap1.addr)); in pf_calc_state_key_flowhash()
2203 fh.ap1.xport.spi = sk->lan.xport.spi; in pf_calc_state_key_flowhash()
2206 fh.ap1.xport.spi = sk->ext_lan.xport.spi; in pf_calc_state_key_flowhash()
H A Dpfvar.h1036 struct pf_state_host ap1; /* address+port blob 1 */ member