put_inet_port
extern void put_inet_port(struct netbuf *, ushort_t);
put_inet_port(addr, ntohs(port));
put_inet_port(addr, htons(PMAPPORT));