Lines Matching defs:up
67 uchar_t *up = (uchar_t *)&addr;
73 if (up[0]) {
75 up[0], up[1], up[2], up[3]);
76 } else if (up[1]) {
77 (void) snprintf(result, len, "%d.%d.%d", up[1], up[2], up[3]);
78 } else if (up[2]) {
79 (void) snprintf(result, len, "%d.%d", up[2], up[3]);
81 (void) snprintf(result, len, "%d", up[3]);
87 * Given a 32 bit key look it up in the netmasks database
105 * up the lookup.