Home
last modified time | relevance | path

Searched refs:ip_insertoptions (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_options.h57 struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *);
H A Dip_options.c507 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) in ip_insertoptions() function
H A Dip_output.c361 m = ip_insertoptions(m, opt, &len); in ip_output()