Searched refs:at_rtmp_tuple (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Drtmp.h71 } at_rtmp_tuple; typedef in typeref:struct:__anon358
H A Drouting_tables.h80 #define TUPLENET(x) NET_VALUE(((at_rtmp_tuple *)(x))->at_rtmp_net)
81 #define TUPLEDIST(x) ((((at_rtmp_tuple *)(x))->at_rtmp_data) & RTMP_DISTANCE)
82 #define TUPLERANGE(x) ((((at_rtmp_tuple *)(x))->at_rtmp_data) & RTMP_RANGE_FLAG)
H A Dddp_rtmp.c290 at_rtmp_tuple *tp;
291 tp = ((at_rtmp_tuple *)&rtmp->at_rtmp_id[1]);
293 tp = ((at_rtmp_tuple *)&rtmp->at_rtmp_id[4]);
H A Dddp_r_rtmp.c259 register at_rtmp_tuple *FirstTuple = (at_rtmp_tuple *)&rtmp->at_rtmp_id[1];
260 register at_rtmp_tuple *SecondTuple = (at_rtmp_tuple *)&rtmp->at_rtmp_id[4];

Completed in 23 milliseconds