Searched refs:l (Results 1 – 5 of 5) sorted by relevance
55 int l; in ns_name_ntol() local72 if ((l = labellen(cp - 1)) < 0) { in ns_name_ntol()76 if (dn + l >= eom) { in ns_name_ntol()80 for ((void)NULL; l > 0; l--) { in ns_name_ntol()
110 int n, l, first = 1; in ___ns_name_pack() local129 l = 0; in ___ns_name_pack()138 l += n + 1; in ___ns_name_pack()139 if (l > MAXCDNAME) in ___ns_name_pack()156 l = dn_find (srcp, msg, dnptrs, lpp); in ___ns_name_pack()157 if (l >= 0) in ___ns_name_pack()161 *dstp++ = (l >> 8) | NS_CMPRSFLGS; in ___ns_name_pack()162 *dstp++ = l % 256; in ___ns_name_pack()
63 int l; in ___ns_name_ntop() local69 while ((l = *cp++) != 0) in ___ns_name_ntop()71 if (l >= 64) in ___ns_name_ntop()86 for (; l > 0; l--) in ___ns_name_ntop()
39 ….G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.[.\\.].^._.`.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.…113 …+AX8A 109 \@.C.D.E.F.O.P.Q.R.S.T.U.V.W.X.Y.Z.[.\\._.`.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.…
370 #define NS_GET32(l, cp) do { \ argument372 (l) = ((uint32_t)t_cp[0] << 24) \388 #define NS_PUT32(l, cp) do { \ argument389 uint32_t t_l = (uint32_t)(l); \
Completed in 14 milliseconds