Searched refs:bind_addr_or_port (Results 1 – 1 of 1) sorted by relevance
465 const char *bind_addr_or_port; member518 #define bind_addr_or_port (G.bind_addr_or_port) macro554 bind_addr_or_port = STR(CONFIG_FEATURE_HTTPD_PORT_DEFAULT); \1042 unsigned n = bb_strtou(bind_addr_or_port, NULL, 10); in openServer()1046 n = create_and_bind_stream_or_die(bind_addr_or_port, 80); in openServer()2809 , &bind_addr_or_port in httpd_main()