ns_put32
void ns_put32(ulong_t, uchar_t *);
void __putlong(u_int32_t src, u_char *dst) { ns_put32(src, dst); }
ns_put32(0, cp);