Searched defs:udp (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | util-solaris.c | 324 * Open "/dev/udp{,6}" for use as a multiplexor to PLINK the interface stream 325 * under. We use "/dev/udp" instead of "/dev/ip" since STREAMS will not let 338 * configured autopush to add modules above udp), and push the 359 return ("udp"); 375 else if (strcasecmp(protostr, "udp") == 0) 440 * We used /dev/udp or udp6 to set up the mux. So we have to use 2171 str, sizeof (str), "set-udp", eudp->udp_src, 2975 struct ovs_key_udp udp; local 2979 err = flow_propval2action_settransport(propvals, nval, &udp.udp_src, 2980 &udp [all...] |
Completed in 24 milliseconds