Home
last modified time | relevance | path

Searched refs:hcpbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c515 char hcpbuf[PORT_LEN]; /* hcport */ in ilbd_audit_rule_event() local
685 (void) snprintf(hcpbuf, PORT_LEN, "%d", in ilbd_audit_rule_event()
687 event->adt_ilb_create_rule.hcport = hcpbuf; in ilbd_audit_rule_event()
690 (void) snprintf(hcpbuf, PORT_LEN, "ANY"); in ilbd_audit_rule_event()
691 event->adt_ilb_create_rule.hcport = hcpbuf; in ilbd_audit_rule_event()