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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c48 #define PROTOCOL_LEN 16 /* protocol type */ macro
514 char pbuf[PROTOCOL_LEN]; /* protocol */
606 (void) snprintf(pbuf, PROTOCOL_LEN, "UDP");
608 (void) snprintf(pbuf, PROTOCOL_LEN, "TCP");

Completed in 60 milliseconds