Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dunix.c69 #define NALEN 8 /* nulladdress string length */ macro
123 if ((nullstr = calloc(1, NALEN)) == NULL) { in print_kn()
126 (void) memset((void *)nullstr, '0', NALEN); in print_kn()