Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_h323_pxy.c291 struct ip newip; local
294 bcopy((caddr_t)ip, (caddr_t)&newip, sizeof(newip));
295 newip.ip_len = fin->fin_hlen + sizeof(udp);
296 newip.ip_p = IPPROTO_UDP;
297 newip.ip_src = nat->nat_inip;
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c659 pushi(newip, mname) in pushi() argument
660 filep newip; in pushi()
681 return(ip = newip);