Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c1704 …uint16_t IntPortAsNumber = atoi(argv[opi+1]); // Must specif… in main() local
1707 Opaque16 intp = { { IntPortAsNumber >> 8, IntPortAsNumber & 0xFF } }; in main()