Home
last modified time | relevance | path

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

/openbsd/usr.bin/rpcgen/
H A Drpc_svcout.c878 int isudp; local
886 isudp = 1;
888 isudp = 0;
892 isudp ? "SOCK_DGRAM" : "SOCK_STREAM");
899 if (!isudp)
907 if (!isudp)
914 if (!isudp)
928 sp, isudp ? "UDP": "TCP");
943 isudp ? "UDP": "TCP");
/openbsd/usr.bin/netstat/
H A Dinet.c226 int isudp = 0; in netdomainpr() local
284 isudp = 1; in netdomainpr()
306 if (!aflag && lflag && isudp && in netdomainpr()
316 else if (lflag && (istcp || isudp)) in netdomainpr()