/titanic_50/usr/src/lib/libslp/clib/ |
H A D | slp_net_utils.c | 80 slp_handle_ifinfo_t *ifinfo; in slp_broadcast_addrs() local 83 if (!hp->ifinfo) { in slp_broadcast_addrs() 84 if (!(ifinfo = malloc(sizeof (*ifinfo)))) { in slp_broadcast_addrs() 89 if ((err = get_all_interfaces(ifinfo)) != SLP_OK) { in slp_broadcast_addrs() 90 free(ifinfo); in slp_broadcast_addrs() 93 hp->ifinfo = ifinfo; in slp_broadcast_addrs() 95 all_ifs = ((slp_handle_ifinfo_t *)hp->ifinfo)->all_ifs; in slp_broadcast_addrs() 96 numifs = ((slp_handle_ifinfo_t *)hp->ifinfo)->numifs; in slp_broadcast_addrs() 146 slp_handle_ifinfo_t *ifinfo; in slp_on_subnet() local 149 if (!hp->ifinfo) { in slp_on_subnet() [all …]
|
H A D | SLPOpen.c | 86 hp->ifinfo = NULL; in SLPOpen() 102 if (hp->ifinfo) { in slp_cleanup_handle() 103 slp_free_ifinfo(hp->ifinfo); in slp_cleanup_handle() 104 free(hp->ifinfo); in slp_cleanup_handle()
|
H A D | slp-internal.h | 140 void *ifinfo; /* interface info */ member
|
/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet.c | 138 static struct ifinfo *get_local_info(void); 1556 struct ifinfo { struct 1574 #define ifinfosize(n) (sizeof (struct ifinfo) + (n)*sizeof (struct __ifaddr)) argument 1665 static struct ifinfo *localinfo = NULL; in order_haddrlist_inet() 2547 static struct ifinfo * 2557 struct ifinfo *localinfo; in get_local_info() 2615 ((char *)localinfo + sizeof (struct ifinfo)); in get_local_info() 2730 struct ifinfo *localinfo = (struct ifinfo *)p; in __inet_address_is_local_af() 2803 struct ifinfo *lp = (struct ifinfo *)p; in __inet_address_count() 2815 struct ifinfo *localinfo = (struct ifinfo *)p; in __inet_get_addr() [all …]
|
/titanic_50/usr/src/lib/libipadm/common/ |
H A D | ipadm_if.c | 378 ipadm_if_info_t *ifinfo; in i_ipadm_if_pexists() local 390 status = i_ipadm_persist_if_info(iph, ifname, &ifinfo); in i_ipadm_if_pexists() 393 (ifinfo->ifi_pflags & IFIF_IPV4)) || in i_ipadm_if_pexists() 395 (ifinfo->ifi_pflags & IFIF_IPV6))); in i_ipadm_if_pexists() 396 free(ifinfo); in i_ipadm_if_pexists() 1445 ipadm_free_if_info(ipadm_if_info_t *ifinfo) in ipadm_free_if_info() argument 1449 for (; ifinfo != NULL; ifinfo = ifinfo_next) { in ipadm_free_if_info() 1450 ifinfo_next = ifinfo->ifi_next; in ipadm_free_if_info() 1451 free(ifinfo); in ipadm_free_if_info()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_common.c | 54 struct ifinfo { struct 673 static struct ifinfo * 678 struct ifinfo *localinfo; in __s_api_get_local_interfaces() 687 return ((struct ifinfo *)NULL); in __s_api_get_local_interfaces() 696 return ((struct ifinfo *)NULL); in __s_api_get_local_interfaces() 704 return ((struct ifinfo *)NULL); in __s_api_get_local_interfaces() 708 localinfo = (struct ifinfo *)malloc((numifs + 1) * in __s_api_get_local_interfaces() 709 sizeof (struct ifinfo)); in __s_api_get_local_interfaces() 714 return ((struct ifinfo *)NULL); in __s_api_get_local_interfaces() 760 __s_api_IPv4sameNet(char *addr, struct ifinfo *ifs) in __s_api_IPv4sameNet() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipadm/ |
H A D | ipadm.c | 689 ipadm_if_info_t *ifinfo, *ifp; in do_show_ifprop() local 747 status = ipadm_if_info(iph, ifname, &ifinfo, 0, LIFC_DEFAULT); in do_show_ifprop() 754 for (ifp = ifinfo; ifp; ifp = ifp->ifi_next) { in do_show_ifprop() 759 if (ifinfo) in do_show_ifprop() 760 ipadm_free_if_info(ifinfo); in do_show_ifprop() 1880 ipadm_if_info_t *ifinfo = arg->si_info; in print_si_cb() local 1881 char *ifname = ifinfo->ifi_name; in print_si_cb() 1918 flags2str(ifinfo->ifi_state, intf_state, _B_FALSE, in print_si_cb() 1922 flags2str(ifinfo->ifi_cflags, intf_cflags, _B_TRUE, in print_si_cb() 1926 flags2str(ifinfo->ifi_pflags, intf_pflags, _B_TRUE, in print_si_cb()
|
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 2376 ipadm_if_info_t *ifinfo, *ptr; in if_configure_ipadm() local 2390 status = ipadm_if_info(ip_handle, ifinst, &ifinfo, 0, LIFC_UNDER_IPMP); in if_configure_ipadm() 2399 if (ifinfo != NULL) { in if_configure_ipadm() 2401 for (ptr = ifinfo; ptr; ptr = ptr->ifi_next) { in if_configure_ipadm() 2408 free(ifinfo); in if_configure_ipadm()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 120 * ifinfo contains network interface info. 122 typedef struct ifinfo { struct
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.texi | 25 @ifinfo 49 @end ifinfo
|
H A D | texinfo.tex | 2842 % Ignore @ignore, @ifhtml, @ifinfo, and the like. 2850 \def\ifinfo{\doignore{ifinfo}} 2883 % #1 contains the command name as a string, e.g., `ifinfo'. 2906 % If we're here, #1 ends with ^^M\ifinfo (for example).
|
H A D | grub.texi | 37 @ifinfo 59 @end ifinfo
|