HomeSort by: relevance | last modified time | path
    Searched refs:ATPORT_LAST (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netatalk/
at.h 50 * If ATPORT_RESERVED <= Port < ATPORT_LAST,
56 #define ATPORT_LAST 255
ddp_usrreq.c 69 struct ddpcb *ddp_ports[ATPORT_LAST];
121 sat->sat_port >= ATPORT_LAST)
153 sat->sat_port < ATPORT_LAST; sat->sat_port++) {
157 if (sat->sat_port == ATPORT_LAST) {
563 if (to->sat_port < ATPORT_FIRST || to->sat_port >= ATPORT_LAST)

Completed in 12 milliseconds