Searched refs:status_code (Results 1 – 1 of 1) sorted by relevance
3090 def config_next_dua_status_rsp(self, mliid, status_code): argument3091 if status_code >= 400:3093 a, b = divmod(status_code, 100)3094 status_code = ((a & 0x7) << 5) + (b & 0x1f)3096 cmd = 'bbr mgmt dua %d' % status_code3138 def config_next_mlr_status_rsp(self, status_code): argument3139 cmd = 'bbr mgmt mlr response %d' % status_code