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

/external/tcpdump/
H A Dprint-atalk.c539 ataddr_string(u_short atnet, u_char athost) argument
542 register int i = (atnet << 8) | athost;
586 tp->addr = (atnet << 8) | athost;
594 tp->addr = (atnet << 8) | athost;
597 (void)snprintf(nambuf, sizeof(nambuf), "%d.%d", atnet, athost);
599 (void)snprintf(nambuf, sizeof(nambuf), "%d", atnet);

Completed in 135 milliseconds