Searched refs:this_net (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_rtmp.c259 register at_net_al this_net; local
283 this_net = ifID->ifThisNode.s_net;
308 if ((this_net >= DDP_STARTUP_LOW) &&
309 (this_net <= DDP_STARTUP_HIGH)) {
332 if ((this_net >= range_start) &&
333 (this_net <= range_end)) {
H A Dddp_r_zip.c873 register at_net_al this_net; local
927 this_net = ifID->ifThisNode.s_net;
928 if ((this_net >= ifID->ifThisCableStart) &&
929 (this_net <= ifID->ifThisCableEnd)) {

Completed in 77 milliseconds