Lines Matching refs:state
31 csntoa(register Cs_t* state, unsigned long addr)
38 if ((!addr || p[0] == 127 && p[1] == 0 && p[2] == 0 && p[3] <= 1) && !state->ntoa[sizeof(state->ntoa)-1])
40 state->ntoa[sizeof(state->ntoa)-1] = 1;
41 addr = csaddr(state, NiL);
42 state->ntoa[sizeof(state->ntoa)-1] = 0;
44 sfsprintf(state->ntoa, sizeof(state->ntoa), "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
45 messagef((state->id, NiL, -8, "ntoa(%s) call", state->ntoa));
46 return state->ntoa;