Lines Matching refs:ui
96 u_int ui; in tftp_print() local
126 ui = nd_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
128 if (ui == 0) in tftp_print()
130 bp += ui; in tftp_print()
131 length -= ui; in tftp_print()
137 ui = nd_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
138 if (ui == 0) in tftp_print()
140 bp += ui; in tftp_print()
141 length -= ui; in tftp_print()
147 ui = nd_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
148 if (ui == 0) in tftp_print()
150 bp += ui; in tftp_print()
151 length -= ui; in tftp_print()
160 ui = nd_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
161 if (ui == 0) in tftp_print()
163 bp += ui; in tftp_print()
164 length -= ui; in tftp_print()
187 ui = nd_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
189 if (ui == 0) in tftp_print()