Searched defs:peer_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1249 struct peer_hash { struct
1250 struct peer_hash *ph_next;
1256 static struct peer_hash **peer_hashes;
1261 * Get a peer_hash structure from the hash of known peers. Create a
1265 static struct peer_hash *
1268 struct peer_hash *php;
1269 struct peer_hash *pnhp;
1270 struct peer_hash **ph_pp;
1271 struct peer_hash **ph2_pp;
1272 struct peer_hash **ph3_p
[all...]

Completed in 46 milliseconds