Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dpf.c2155 bcopy(&sk->lan.addr, &fh.ap1.addr, sizeof(fh.ap1.addr)); in pf_calc_state_key_flowhash()
2158 bcopy(&sk->ext_lan.addr, &fh.ap1.addr, sizeof(fh.ap1.addr)); in pf_calc_state_key_flowhash()
2162 fh.ap1.xport.spi = sk->lan.xport.spi; in pf_calc_state_key_flowhash()
2165 fh.ap1.xport.spi = sk->ext_lan.xport.spi; in pf_calc_state_key_flowhash()
H A Dpfvar.h1025 struct pf_state_host ap1; /* address+port blob 1 */ member