Lines Matching refs:registerPort
987 Opaque16 registerPort = { { PortAsNumber >> 8, PortAsNumber & 0xFF } }; in RegisterService() local
1021 …return(DNSServiceRegister(sdref, flags, opinterface, nam, typ, dom, host, registerPort.NotAnIntege… in RegisterService()
1187 Opaque16 registerPort = { { 0x12, 0x34 } }; in main() local
1190 …ister(&client, 0, opinterface, "Test", "_testupdate._tcp.", "", NULL, registerPort.NotAnInteger, s… in main()
1195 Opaque16 registerPort = { { 0x23, 0x45 } }; in main() local
1201 …ter(&client, 0, opinterface, "Test", "_testlargetxt._tcp.", "", NULL, registerPort.NotAnInteger, s… in main()
1207 Opaque16 registerPort = { { pid >> 8, pid & 0xFF } }; in main() local
1211 …(&client, flags, opinterface, "Test", "_testdualtxt._tcp.", "", NULL, registerPort.NotAnInteger, s… in main()
1218 Opaque16 registerPort = { { pid >> 8, pid & 0xFF } }; in main() local
1221 …Register(&client, 0, opinterface, "Test", "_testtxt._tcp.", "", NULL, registerPort.NotAnInteger, 0… in main()
1254 Opaque16 registerPort = { { 0x23, 0x45 } }; // 9029 decimal in main() local
1272 "_http._tcp", "local", NULL, registerPort.NotAnInteger, 0, NULL, reg_reply, NULL); in main()