Lines Matching defs:udp
15 * rdr <int> <e_ip>/32 port <e_p> -> <i_ip> port <i_p> udp proxy rpcbu
30 * o Only supports UDP.
601 /* within only the context of TCP/UDP over IP networks. */
612 /* Decode r_netid. Must be "tcp" or "udp". */
753 udphdr_t *udp;
794 udp = fin->fin_dp;
795 udp->uh_ulen = htons(ntohs(udp->uh_ulen) + diff);
974 /* Replies in max out at 2; TCP and/or UDP */
1066 /* Must have 4 bytes for length & 4 bytes for "tcp" or "udp". */
1081 else if (!strncmp((char *)xp->xp_xsstr, "udp\0", 4))
1398 udphdr_t *udp;
1400 udp = fin->fin_dp;
1401 udp->uh_ulen = htons(ntohs(udp->uh_ulen) + len);