Searched refs:isudp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_svcout.c962 int isudp; local
970 isudp = 1;
972 isudp = 0;
977 isudp ? "SOCK_DGRAM" : "SOCK_STREAM");
981 if (!isudp)
994 sp, isudp ? "UDP": "TCP");
1009 isudp ? "UDP": "TCP");

Completed in 48 milliseconds