Searched defs:ipfd_lowstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c2320 int ipfd_lowstr; local
2334 if (ip_domux2fd(&muxfd, &muxid_fd, &ipfd_lowstr, &arpfd_lowstr,
2338 if ((num_mods = ioctl(ipfd_lowstr, I_LIST, NULL)) < 0) {
2352 if (ioctl(ipfd_lowstr, I_LIST, (caddr_t)&strlist) < 0) {
2363 return (ip_plink(muxfd, muxid_fd, ipfd_lowstr, arpfd_lowstr,
2400 * int *ipfd_lowstr: fd to the lower IP stream.
2410 ip_domux2fd(int *muxfd, int *muxid_fd, int *ipfd_lowstr, int *arpfd_lowstr, argument
2481 if ((*ipfd_lowstr = ioctl(*muxfd, _I_MUXID2FD,
2513 * int ipfd_lowstr: fd to the lower IP stream.
2523 ip_plink(int muxfd, int muxid_fd, int ipfd_lowstr, in argument
2575 int ipfd_lowstr; /* IP stream (lower stream of mux) to be plinked */ local
[all...]

Completed in 65 milliseconds