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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_packet.c167 u_int16_t rtid; local
247 rtid = ahdr.atphd_tid;
249 printf( "<%d> got tid=%hu func=", getpid(), ntohs( rtid ));
260 cq->atpbuf_info.atpbuf_xo.atpxo_tid == ntohs( rtid ))
265 printf( "<%d> releasing transaction %hu\n", getpid(), ntohs( rtid ));
281 } else if ((( tid & rtid ) == rtid ) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A Datp_packet.c167 u_int16_t rtid; local
247 rtid = ahdr.atphd_tid;
249 printf( "<%d> got tid=%hu func=", getpid(), ntohs( rtid ));
260 cq->atpbuf_info.atpbuf_xo.atpxo_tid == ntohs( rtid ))
265 printf( "<%d> releasing transaction %hu\n", getpid(), ntohs( rtid ));
281 } else if ((( tid & rtid ) == rtid ) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c226 pid_t rtid = 0; local
377 rtid = *(int *) NLA_DATA(na);
379 printf("PID\t%d\n", rtid);
382 rtid = *(int *) NLA_DATA(na);
384 printf("TGID\t%d\n", rtid);

Completed in 122 milliseconds