Searched defs:phaddr (Results 1 – 2 of 2) sorted by relevance
45 struct phaddr { struct46 struct phaddr *pa_next; argument47 u_int32_t pa_subnet; /* extra subnet */48 u_int32_t pa_subnetmask; /* netmask of extra subnet */49 u_int32_t pa_subnetbcast; /* broadcast of extra subnet */
420 ptov(SC_REQ *reqp, u_long *phaddr) in ptov()