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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c105 static int ip_domux2fd(int *, int *);
190 ip_domux2fd(int *udp_fd, int *fd) function
225 * ip_domux2fd(). In ip_domux2fd(), the global variable lifr is initialized
226 * and ip_plink() needs information in lifr. So ip_domux2fd() and ip_plink()
396 if (ip_domux2fd(&udp_fd, &fd) < 0) {
1097 if (ip_domux2fd(&udp_fd, &fd) < 0) {
1246 if (ip_domux2fd(&udp_fd, &fd) < 0) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c201 static int ip_domux2fd(int *, int *, int *, struct lifreq *);
1939 if (ip_domux2fd(&mux_fd, &muxid_fd, &fd, &lifr) < 0) {
1940 rcm_log_message(RCM_ERROR, _("IP: ip_domux2fd(%s)\n"), name);
1990 * ip_domux2fd() - Helper function for mod*() functions
1994 ip_domux2fd(int *mux_fd, int *muxid_fdp, int *fd, struct lifreq *lifr) function
2006 rcm_log_message(RCM_ERROR, _("IP: ip_domux2fd: open(%s) %s\n"),
2011 rcm_log_message(RCM_ERROR, _("IP: ip_domux2fd: open(%s) %s\n"),
2018 _("IP: ip_domux2fd: SIOCGLIFMUXID(%s): %s\n"),
2026 "IP: ip_domux2fd: ARP_muxid %d IP_muxid %d\n",
2031 _("IP: ip_domux2fd
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c201 static int ip_domux2fd(int *, int *, int *, int *, int *);
2334 if (ip_domux2fd(&muxfd, &muxid_fd, &ipfd_lowstr, &arpfd_lowstr,
2410 ip_domux2fd(int *muxfd, int *muxid_fd, int *ipfd_lowstr, int *arpfd_lowstr, function
2506 * ip_domux2fd(). In ip_domux2fd(), the global variable lifr is initialized
2507 * and ip_plink() needs information in lifr. So ip_domux2fd() and ip_plink()
2546 /* Undo the changes we did in ip_domux2fd */
2565 * Before doing ip_domux2fd(), this function calls exit(1) in case of
2566 * error. After ip_domux2fd() is done, it returns -1 for error, 0
2631 if (ip_domux2fd(
[all...]

Completed in 55 milliseconds