Home
last modified time | relevance | path

Searched refs:ip_setpktopts (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Dip_var.h212 int ip_setpktopts(struct mbuf *, struct ip_pktopts *, int *,
H A Draw_ip.c314 error = ip_setpktopts(control, &pktopts, &flags, inp, cred); in rip_output()
H A Dudp_usrreq.c804 error = ip_setpktopts(control, &pktopts, &flags, inp, cred); in udp_output()
H A Dip_output.c1492 ip_setpktopts(struct mbuf *control, struct ip_pktopts *pktopts, int *flags, in ip_setpktopts() function