HomeSort by: relevance | last modified time | path
    Searched refs:gateway (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.sbin/bootp/common/
bootpd.h 102 gateway :1, member in struct:flag
143 * The gateway and the various server fields all point to a shared list of
162 *gateway,
161 *gateway, member in struct:host
dumptab.c 168 if (hp->flags.gateway) {
170 list_ipaddresses(fp, hp->gateway);
readfile.c 882 PARSE_IAL(gateway);
1442 DUP_LINK(gateway);
1896 del_iplist(hostptr->gateway);
  /src/sbin/route/
keywords.sh 21 gateway
route.c 425 const char *cmd, *dest = "", *gateway = ""; local in function:newroute
602 gateway = *argv;
622 "assuming route via gateway");
634 errx(EXIT_FAILURE, "missing gateway specification");
652 if (af == AF_INET && *gateway && hp && hp->h_addr_list[1]) {
664 if (*gateway) {
665 (void)printf(": gateway %s", gateway);
1293 [RTM_CHANGE] = "RTM_CHANGE: Change Metrics, Flags or Gateway",
1578 (void)printf(" gateway: %s\n", name)
    [all...]
  /src/tests/net/route/
t_change.sh 75 atf_set "descr" "Change the gateway of a route"
132 gateway: 10.0.0.1
135 flags: 0x843<UP,GATEWAY,DONE,STATIC>
151 gateway: 10.0.0.1
154 flags: 0x843<UP,GATEWAY,DONE,STATIC>
199 gateway: 10.0.0.1
202 flags: 0x843<UP,GATEWAY,DONE,STATIC>
218 gateway: 10.0.0.1
221 flags: 0x843<UP,GATEWAY,DONE,STATIC>
266 gateway: 10.0.0.
    [all...]
t_route.sh 59 atf_set "descr" "tests of a gateway not on the local subnet"
74 # The gateway knows the client
75 atf_check -s exit:0 -o match:'add net 10.0.0.1: gateway shmif0' \
88 # Don't know a route to the gateway yet
92 # Teach a route to the gateway
93 atf_check -s exit:0 -o match:'add net 192.168.0.1: gateway shmif0' \
95 atf_check -s exit:0 -o match:'add net default: gateway 192.168.0.1' \
100 # Be reachable to the gateway
228 # Make sure an ARP cache to the gateway doesn't exist
266 gateway: 10.0.1.
    [all...]
  /src/sys/net/
route.c 822 * destination to go through the given gateway.
829 rtredirect(const struct sockaddr *dst, const struct sockaddr *gateway,
840 /* verify the gateway is directly reachable */
841 if ((ifa = ifa_ifwithnet_psref(gateway, &psref)) == NULL) {
859 _ifa = ifa_ifwithaddr(gateway);
890 info.rti_info[RTAX_GATEWAY] = gateway;
903 * Smash the current notion of the gateway to
913 error = rt_setgate(rt, gateway);
947 info.rti_info[RTAX_GATEWAY] = gateway;
984 const struct sockaddr *gateway, struct psref *psref
1101 const struct sockaddr *gateway = info->rti_info[RTAX_GATEWAY]; local in function:rt_getifa
1150 const struct sockaddr *gateway = info->rti_info[RTAX_GATEWAY]; local in function:rtrequest1
1573 struct sockaddr *gateway = rt->rt_gateway; local in function:rt_newmsg_dynamic
    [all...]
  /src/sys/nfs/
nfs_bootdhcp.c 115 u_int8_t bp_hops; /* gateway hops */
122 struct in_addr bp_giaddr; /* gateway IP address */
280 "gateway, next-server, root-path)\n");
699 struct in_addr gateway; local in function:bootp_extract
714 gateway.s_addr = 0;
754 memcpy(&gateway, p, 4);
844 nd->nd_gwip = gateway;
845 printf("nfs_boot: gateway=%s\n", inet_ntoa(nd->nd_gwip));
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ralink/
gardena_smart_gateway_mt7688.dts 14 compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
16 model = "GARDENA smart Gateway (MT7688)";
  /src/usr.sbin/bootp/bootpd/
bootpd.c 588 * a request to another server. That is the job of a gateway
1031 * else if gateway IP address is specified, use that
1047 report(LOG_INFO, "sending reply to gateway %s",
1075 * be on the other side of a BOOTP gateway...
1163 * Fill in vendor information. Subnet mask, default gateway,
1171 if (hp->flags.gateway) {
1172 (vendp->v_dgate).s_addr = hp->gateway->addr->s_addr;
1309 if (hp->flags.gateway) {
1311 hp->gateway,
1327 * Only the subnet_mask, bootsize, and gateway should precede
    [all...]
  /src/sbin/ping6/
ping6.c 286 char *e, *target, *ifname = NULL, *gateway = NULL; local in function:main
399 gateway = optarg;
606 /* set the gateway (next hop) if specified */
607 if (gateway) {
616 error = getaddrinfo(gateway, NULL, &hints, &gres);
618 errx(1, "getaddrinfo for the gateway %s: %s",
619 gateway, gai_strerror(error));
622 warnx("gateway resolves to multiple addresses");
2526 "\t[-c count] [-g gateway] [-h hoplimit] [-I interface]\n"
  /src/sys/arch/ia64/ia64/
syscall_stubs.S 47 * The address in ar.k5 is the start of the EPC gateway page and also
48 * the syscall entry point. The syscall code in the gateway page is
70 * Also in the gateway page are the signal trampolines. As such, stacks
81 .section .text.gateway, "ax"
  /src/usr.sbin/sysinst/
msg.mi.en 623 {IPv4 gateway}
644 IPv4 Gateway: %s
658 IPv4 Gateway: %s
755 {There was a problem in setting up the network. Either your gateway
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
Makefile 46 at91sam9g25-gardena-smart-gateway.dtb \

Completed in 24 milliseconds