Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c78 #define PLIST_SZ 32 /* initial capacity of the portlist */ macro
804 ports.list = malloc(PLIST_SZ * sizeof (uint16_t)); in build_ports()
807 ports.listsize = PLIST_SZ; in build_ports()