Searched defs:PORT_LEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c50 #define PORT_LEN 6 /* hcport:1-65535 or "ANY" */ macro
515 char hcpbuf[PORT_LEN]; /* hcport */
685 (void) snprintf(hcpbuf, PORT_LEN, "%d",
690 (void) snprintf(hcpbuf, PORT_LEN, "ANY");

Completed in 57 milliseconds