Searched refs:ATPORT_LAST (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dddp_var.h37 struct ddpcb *ddp_ports[ ATPORT_LAST ];
H A Dat.h61 * If ATPORT_RESERVED <= Port < ATPORT_LAST,
67 #define ATPORT_LAST 254 /* 254 is reserved on ether/tokentalk networks */ macro
H A Dddp_usrreq.c233 sat->sat_port >= ATPORT_LAST ) {
267 sat->sat_port < ATPORT_LAST; sat->sat_port++ ) {
272 if ( sat->sat_port == ATPORT_LAST ) {
486 if ( to->sat_port < ATPORT_FIRST || to->sat_port >= ATPORT_LAST ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datalk.h15 #define ATPORT_LAST 254 /* 254 is only legal on localtalk */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Dsock.c116 for ( port = ATPORT_RESERVED; port < ATPORT_LAST; port++ ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/appletalk/
H A Dddp.c1075 sat->sat_port < ATPORT_LAST;

Completed in 136 milliseconds