Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_subr.c232 static void tcp6_mtudisc(struct inpcb *, int);
1605 (const struct sockaddr *)&sa6_any, 0, PRC_MSGSIZE, NULL, tcp6_mtudisc); in tcp6_mtudisc_callback()
1609 tcp6_mtudisc(struct inpcb *inp, int errno) in tcp6_mtudisc() function