Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dipft_td.c46 static int tcpd_open __P((char *));
51 struct ipread tcpd = { tcpd_open, tcpd_close, tcpd_readip, 0 };
57 static int tcpd_open(fname) in tcpd_open() function