Home | History | Annotate | Download | only in client

Lines Matching refs:ul

866 	char *type, *dl = NULL, *ul = NULL;
897 ul = xml_node_get_text(ctx->xml, node);
899 if (dl == NULL && ul == NULL) {
907 if (ul)
909 ul);
915 if (ul &&
916 set_cred(ctx->ifname, id, "min_ul_bandwidth_home", ul) < 0)
923 if (ul &&
924 set_cred(ctx->ifname, id, "min_ul_bandwidth_roaming", ul) <
930 xml_node_get_text_free(ctx->xml, ul);