Searched refs:TUPLENET (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_r_rtmp.c286 ((CableStart != TUPLENET(FirstTuple)) ||
287 (CableStop != TUPLENET(SecondTuple)))) {
294 ke.netr1b = TUPLENET(FirstTuple);
295 ke.netr1e = TUPLENET(SecondTuple);
301 CableStart = TUPLENET(FirstTuple);
302 CableStop = TUPLENET(SecondTuple);
346 if ((TUPLENET(FirstTuple) != CableStart) ||
347 (TUPLENET(SecondTuple) != CableStop)) {
355 ke.netr1b = TUPLENET(FirstTuple);
356 ke.netr1e = TUPLENET(SecondTupl
[all...]
H A Drouting_tables.h80 #define TUPLENET(x) NET_VALUE(((at_rtmp_tuple *)(x))->at_rtmp_net) macro
H A Daurp_ri.c555 new_rt.NetStart = TUPLENET(tuples_ptr);
558 new_rt.NetStop = TUPLENET((tuples_ptr));

Completed in 26 milliseconds