Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c481 void *tcpudp = NULL; local
613 tcpudp = tcp;
617 tcpudp = udp;
621 if (tcpudp) {
635 fin->fin_p, tcpudp);
643 fin->fin_p, tcpudp);
645 *csump = fr_cksum(fin->fin_m, ip, fin->fin_p, tcpudp);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y491 IPNY_PORTMAP tcpudp portspec ':' portspec randport
495 | IPNY_PORTMAP tcpudp IPNY_AUTO randport
685 tcpudp: | IPNY_TCP { setnatproto(IPPROTO_TCP); }