/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | defs.h | 59 * use of per-interface ip_forwarding state. 112 #define CHECK_BAD_INTERVAL 5 /* when an interface is known bad */ 169 * IF_NAME_LEN is the maximum size of interface names represented within 174 * interface names as well. 192 RO_IF, /* interface route */ 200 struct interface *rts_ifp; 222 #define RS_IF 0x0001 /* for network interface */ 252 * not unbroken interface routes but not broken interfaces 296 * number. This will consist of zero or one "main" interface plus 302 struct interface *phyi_interfac 317 struct interface { global() struct 328 int_physinterface global() argument 329 int_nameinterface global() argument 330 int_addrinterface global() argument 331 int_brdaddrinterface global() argument 332 int_dstaddrinterface global() argument 333 int_netinterface global() argument 334 int_maskinterface global() argument 335 int_ripv1_maskinterface global() argument 336 int_std_addrinterface global() argument 337 int_std_netinterface global() argument 338 int_std_maskinterface global() argument 339 int_ripout_addrinterface global() argument 340 int_if_flagsinterface global() argument 341 int_stateinterface global() argument 342 int_act_timeinterface global() argument 343 int_query_timeinterface global() argument 344 int_transitionsinterface global() argument 368 int_rdisc_timerinterface global() argument [all...] |
H A D | if.c | 50 struct interface *ifnet; 53 * Acceptable sizes (in number of interfaces) for the interface hash 54 * tables. These must all be prime. The interface hash tables all 94 boolean_t have_ripv1_out; /* have a RIPv1 interface */ 97 static void if_bad(struct interface *, boolean_t); 98 static boolean_t addrouteforif(struct interface *); 99 static int get_if_kstats(struct interface *, struct phyi_data *); 106 * Table of all interfaces, hashed by interface address. For remote 110 NULL, ahash, offsetof(struct interface, int_ahash), 111 offsetof(struct interface, int_add [all...] |
H A D | rdisc.c | 85 static struct interface *rdisc_sock_interface; /* current rdisc interface */ 91 int max_ads; /* at least one per interface */ 97 * adjust unsigned preference by interface metric, 112 struct interface *ifp, in trace_rdisc() 216 set_rdisc_mg(struct interface *ifp, in set_rdisc_mg() 297 struct interface *ifp; in set_supplier() 366 * Age it and note its interface. in rdisc_age() 448 * Zap all routes discovered via an interface that has gone bad 450 * This is called by if_del and if_bad, and the interface pointe [all...] |
/titanic_51/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 37 * stdout: <root fs type> <interface name> <net config strategy>. 40 * <interface name> - "hme0" or "none" 50 * <interface name> is the 16 char name of the root interface, and is only 51 * set if rarp/dhcp was used to configure the interface. 55 * interface. Is "none" if no interface was configured using a 123 * interface in the case of a diskless boot. 126 * XXX non-diskless case requires "network-interface"? 170 static char interface[LIFNAMSI in get_first_interface() local 257 char *root, *interface, *strategy, dummy; main() local [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | defs.h | 76 #include "interface.h" 132 extern struct interface *ifnet; 149 extern void dynamic_update(struct interface *); 150 extern void in_data(struct interface *); 152 extern void sendpacket(struct sockaddr_in6 *, struct interface *, 156 extern void supply(struct sockaddr_in6 *, struct interface *, 159 struct interface *, boolean_t);
|
H A D | interface.h | 37 struct interface { struct 38 struct interface *int_next; argument 45 char *int_ifbase; /* name of physical interface */ argument 47 int int_ifindex; /* interface index */ argument 55 #define RIP6_IFF_UP 0x1 /* interface is up */ argument 56 #define RIP6_IFF_POINTOPOINT 0x2 /* interface is p-to-p link */ 59 #define RIP6_IFF_PRIVATE 0x10 /* interface is private */ 64 extern struct interface *if_ifwithname(char *); 65 extern void if_purge(struct interface *);
|
H A D | table.h | 56 struct interface *rt_ifp; /* interface to take */ 71 #define RTS_INTERFACE 0x2 /* route is for network interface */ 83 boolean_t, struct interface *); 85 struct interface *); 92 extern void rtpurgeif(struct interface *);
|
H A D | output.c | 47 supplyall(struct sockaddr_in6 *sin6, int rtstate, struct interface *skipif, in supplyall() 50 struct interface *ifp; in supplyall() 59 "on %s (no route exchange on interface)\n", in supplyall() 76 solicit(struct sockaddr_in6 *sin6, struct interface *ifp) in solicit() 89 struct interface *ifp; in solicitall() 98 "on %s (no route exchange on interface)\n", in solicitall() 116 sendpacket(struct sockaddr_in6 *sin6, struct interface *ifp, int size, in sendpacket() 133 supply(struct sockaddr_in6 *sin6, struct interface *ifp, int rtstate, in supply() 147 * on the outgoing interface. in supply()
|
H A D | startup.c | 41 struct interface *ifnet; 44 static void addrouteforif(struct interface *ifp); 45 static void resetup_listen_sock(struct interface *, int); 63 struct interface ifs; in initifs() 64 struct interface *ifp; in initifs() 71 syslog(LOG_ERR, "initifs: ioctl (get interface numbers): %m"); in initifs() 94 "initifs: ioctl (get interface configuration): %m"); in initifs() 111 "initifs: ioctl (get interface flags): %m"); in initifs() 135 * down for an exisiting interface, in initifs() 153 "initifs: ioctl (get interface addres in initifs() [all...] |
H A D | if.c | 43 * Find the interface with given name. 45 struct interface * 48 struct interface *ifp; in if_ifwithname() 59 * An interface has declared itself down - remove it completely 60 * from our routing tables but keep the interface structure around. 63 if_purge(struct interface *pifp) in if_purge() 72 struct interface *ifp; in if_dump2() 92 (void) fprintf(fp, "interface %s:\n", in if_dump2()
|
H A D | trace.c | 48 static int iftraceinit(struct interface *ifp, struct ifdebug *ifd); 49 static void dumpif(FILE *fp, struct interface *ifp); 53 traceinit(struct interface *ifp) in traceinit() 64 iftraceinit(struct interface *ifp, struct ifdebug *ifd) in iftraceinit() 219 dumpif(FILE *fp, struct interface *ifp) in dumpif() 222 (void) fprintf(fp, "*** Packet history for interface %s ***\n", in dumpif()
|
/titanic_51/usr/src/lib/ |
H A D | README.mapfiles | 32 typically occur as libraries are evolved, and shows how interface 36 1. Make interface additions to an existing library 37 - add a Public interface 38 - add a Private interface 39 2. Update an interface in an existing library 40 - remove an existing interface 41 - promote a Private interface to Public 42 - scope a Private interface to local 43 - move an interface from one library to another 88 for only two purposes: to specify externally-visible interface name [all...] |
/titanic_51/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 204 * add_by_name -- look up bucket and add an interface to it. 213 * if interface ore version is NULL, then 222 add_by_name(const char *version, const Interface *interface) in add_by_name() argument 228 assert(interface != NULL, "passed a null interface to add_by_name"); in add_by_name() 231 print_iface(interface); in add_by_name() 248 (void) snprintf(buffer, sizeof (buffer), "%s", interface->IF_name); in add_by_name() 250 if (interface->IF_filter && interface->IF_auxiliary) { in add_by_name() 252 "for an interface in add_by_name() [all...] |
/titanic_51/usr/src/lib/libsocket/inet/ |
H A D | sourcefilter.c | 41 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, in getsourcefilter() argument 56 gf->gf_interface = interface; in getsourcefilter() 101 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, in setsourcefilter() argument 137 gf->gf_interface = interface; in setsourcefilter() 158 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter() argument 172 imsf->imsf_interface = interface; in getipv4sourcefilter() 197 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter() argument 212 imsf->imsf_interface = interface; in setipv4sourcefilter()
|
/titanic_51/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-4 | 33 File: grub.info, Node: Bootstrap tricks, Next: I/O ports detection, Prev: Command interface, Up: Internals 55 Stage 1 needs not to support the user interface or the filesystem 56 interface, it is impossible to make Stage 1 less than 400 bytes, because 181 * current_drive: Filesystem interface. 182 * current_partition: Filesystem interface. 183 * current_slice: Filesystem interface. 187 * devread: Filesystem interface. 189 * disk_read_func: Filesystem interface. 194 * filemax: Filesystem interface. 195 * filepos: Filesystem interface [all...] |
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | support.c | 61 * variable or the -S ld option, and determines which interface functions are 68 uint_t interface, version = LD_SUP_VERSION1; in ld_sup_loadso() local 80 for (interface = 0; interface < LDS_NUM; interface++) { in ld_sup_loadso() 84 support[interface].sup_name)) == NULL) in ld_sup_loadso() 88 support[interface].sup_name)); in ld_sup_loadso() 90 if (interface == LDS_VERSION) { in ld_sup_loadso() 132 if (alist_append(&support[interface].sup_funcs, &fl, in ld_sup_loadso() 183 * This interface wa in ld_sup_open() [all...] |
/titanic_51/usr/src/lib/libast/common/ |
H A D | README | 38 dirent.h POSIX directory(3) interface definitions 39 error.h error() interface definitions 40 ftw.h ftwalk() interface definitions 41 hash.h hash*() interface definitions 42 ls.h strls() interface definitions 43 re.h re*() interface definitions 44 tar.h POSIX ustar format interface definitions 45 tm.h tm*() interface definitions
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | README | 38 dirent.h POSIX directory(3) interface definitions 39 error.h error() interface definitions 40 ftw.h ftwalk() interface definitions 41 hash.h hash*() interface definitions 42 ls.h strls() interface definitions 43 re.h re*() interface definitions 44 tar.h POSIX ustar format interface definitions 45 tm.h tm*() interface definitions
|
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Server_en.properties | 53 request_in = Incoming datagram request received from ``{0}'''' on interface ``{1}''''. 55 ioexception_server_stream = IO exception processing stream for host:port ``{0}:{1}'''' on interface ``{2}'''': {3} 57 rh_drop_da_multi = Dropping a multicast request to a DA. Request type:``{0}'''', xid=``0x{1}'''', host:port=``{2}:{3}'''' interface ``{4}''''. 58 rh_tcp_error = Syntax error in message on TCP stream for host:port ``{0}:{1}'''' on interface ``{2}'''', closing socket. 59 rh_datagram_ioe = IOException processing datagram packet from host:port ``{0}:{1}'''' on interface ``{2}'''': {3} 60 rh_socket_closed = Remote client ``{0}'''' closed socket port ``{1}'''', local interface is ``{2}''''. 61 rh_socket_error = Socket exception replying to host:port ``{0}:{1}'''' on interface ``{2}'''': {3} 62 rh_ioexception_reply = IOException replying to host:port ``{0}:{1}'''' on interface ``{2}'''': {3} 63 rh_rqst_in = Request ``{0}'''' from host:port ``{1}:{2}'''' on interface ``{3}'''':\n {4} 64 rh_rqst_in_progress = Request from host:port ``{0}:{1}'''' on interface ``{ [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_capture.c | 156 for (interface = &INTERFACES[0]; interface->mac_type != -1; interface++) in open_datalink() 157 if (interface->mac_type == dlinfo.di_mactype) in open_datalink() 160 /* allow limited functionality even if interface isn't known */ in open_datalink() 161 if (interface->mac_type == -1) { in open_datalink() 166 return (interface->try_kernel_filter); in open_datalink() 253 * here to set up the network interface for reading of 653 for (interface = &INTERFACES[0]; interface in cap_open_read() [all...] |
/titanic_51/usr/src/cmd/ipf/examples/ |
H A D | nat-setup | 4 To start setting up NAT, we need to define which is your "internal" interface 5 and which is your "external" interface. The "internal" interface is the 8 interface is configured with a valid internet address. 10 For example, your internal interface might have an IP# of 10.1.1.1 and be 11 connected to your ethernet, whilst your external interface might be a PPP
|
/titanic_51/usr/src/cmd/lp/lib/printers/ |
H A D | okprinter.c | 56 * A printer can't be remote and have device, interface, in okprinter() 63 || prbufp->interface in okprinter() 84 * A local printer must have an interface program. This is in okprinter() 86 * interface program came from) AND is used by "putprinter()" in okprinter() 87 * to copy the interface program. We must be able to read it. in okprinter() 143 if (prbufp->interface) in okinterface() 144 ret = canread(prbufp->interface); in okinterface()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppstats/ |
H A D | pppstats.c | 3 * pppstats [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface] 107 static char *interface; variable 134 "Usage: %s [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface]\n", in usage() 167 strncpy(req.ifr_name, interface, sizeof(req.ifr_name)); 193 strncpy(creq.ifr_name, interface, sizeof(creq.ifr_name)); 315 * Print a running summary of interface statistics. 489 interface = PPP_DRV_NAME "0"; 541 interface = argv[0]; 543 if (sscanf(interface, PPP_DRV_NAME "%d", &unit) != 1) { 544 (void) fprintf(stderr, "%s: invalid interface ' [all...] |
/titanic_51/usr/src/cmd/svc/milestone/ |
H A D | net-svc | 65 interface=$2 96 # If the global 'interface' is defined, it will request the value learned 97 # on that interface, else it will request the value learned on the primary 98 # interface. 102 if [ -n "$interface" ]; then 103 /sbin/dhcpinfo -i $interface $1
|
/titanic_51/usr/src/boot/sys/boot/i386/btx/lib/ |
H A D | btxv86.s | 19 # BTX V86 interface. 27 # Fields in V86 interface structure. 49 # V86 interface function. 82 # V86 interface structure.
|