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

1 2

  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
amtrelay_260.h 24 struct in_addr in_addr; /* gateway type 1 */
25 struct in6_addr in6_addr; /* gateway type 2 */
26 dns_name_t gateway; /* gateway type 3 */ member in struct:dns_rdata_amtrelay
27 unsigned char *data; /* gateway type > 3 */
ipseckey_45.h 24 struct in_addr in_addr; /* gateway type 1 */
25 struct in6_addr in6_addr; /* gateway type 2 */
26 dns_name_t gateway; /* gateway type 3 */ member in struct:dns_rdata_ipseckey
amtrelay_260.c 31 unsigned int gateway; local
63 * Gateway type.
71 gateway = token.value.as_ulong;
74 * Gateway (must exist).
79 if (gateway > 3) {
83 switch (gateway) {
133 unsigned char gateway; local
154 * Discovery and Gateway type.
156 gateway = uint8_fromregion(&region);
157 discovery = gateway >> 7
    [all...]
ipseckey_45.c 30 unsigned int gateway; local
52 * Gateway type.
60 gateway = token.value.as_ulong;
73 * Gateway.
78 switch (gateway) {
132 unsigned short gateway; local
157 * Gateway type.
159 gateway = uint8_fromregion(&region);
161 snprintf(buf, sizeof(buf), "%u ", gateway);
173 * Gateway
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
amtrelay_260.h 25 struct in_addr in_addr; /* gateway type 1 */
26 struct in6_addr in6_addr; /* gateway type 2 */
27 dns_name_t gateway; /* gateway type 3 */ member in struct:dns_rdata_amtrelay
28 unsigned char *data; /* gateway type > 3 */
ipseckey_45.h 25 struct in_addr in_addr; /* gateway type 1 */
26 struct in6_addr in6_addr; /* gateway type 2 */
27 dns_name_t gateway; /* gateway type 3 */ member in struct:dns_rdata_ipseckey
amtrelay_260.c 31 unsigned int gateway; local
63 * Gateway type.
71 gateway = token.value.as_ulong;
73 if (gateway == 0) {
77 if (gateway > 3) {
82 * Gateway.
87 switch (gateway) {
132 unsigned char gateway; local
154 * Discovery and Gateway type.
156 gateway = uint8_fromregion(&region)
    [all...]
ipseckey_45.c 30 unsigned int gateway; local
52 * Gateway type.
60 gateway = token.value.as_ulong;
73 * Gateway.
78 switch (gateway) {
132 unsigned short gateway; local
157 * Gateway type.
159 gateway = uint8_fromregion(&region);
161 snprintf(buf, sizeof(buf), "%u ", gateway);
173 * Gateway
    [all...]
  /src/external/bsd/ipf/dist/ipsend/
ipresend.c 78 \t\t-g gateway\tIP gateway to use if non-local dest.\n\
91 char *name = argv[0], *gateway = NULL, *dev = NULL; local
102 gateway = optarg;
137 if (gateway && resolve(gateway, (char *)&gwip) == -1)
139 fprintf(stderr,"Cant resolve %s\n", gateway);
147 printf("Gateway: %s\n", inet_ntoa(gwip));
iptest.c 71 \t\t-g gateway\tIP gateway to use if non-local dest.\n\
95 char *gateway = NULL, *dev = NULL; local
123 gateway = optarg;
167 if (!gateway)
169 else if (resolve(gateway, (char *)&gwip) == -1)
171 fprintf(stderr,"Cant resolve %s\n", gateway);
181 printf("Gateway: %s\n", inet_ntoa(gwip));
ipsend.c 78 \t\t-g gateway\tIP gateway to use if non-local dest.\n\
206 char *gateway = NULL, *dev = NULL; local
296 gateway = optarg;
362 if (!gateway)
364 else if (resolve(gateway, (char *)&gwip) == -1)
366 fprintf(stderr,"Cant resolve %s\n", gateway);
427 printf("Gateway: %s\n", inet_ntoa(gwip));
  /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);
  /src/sbin/route/
keywords.sh 21 gateway
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/intel/ixp/
Makefile 19 intel-ixp42x-gateway-7001.dtb \
  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod.c 208 * This is only relevant for checking the gateway when the gateway type is 3
217 char* gateway; local
218 gateway = (char*)calloc(slen, sizeof(char));
219 if(!gateway) {
224 &precedence, &gateway_type, &algorithm, gateway) != 4) {
225 free(gateway);
229 free(gateway);
232 if(domainname_has_safe_characters(gateway, slen)) {
233 free(gateway);
    [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...]
  /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
1150 const struct sockaddr *gateway = info->rti_info[RTAX_GATEWAY]; local
1573 struct sockaddr *gateway = rt->rt_gateway; local
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/microchip/
Makefile 55 at91sam9g25-gardena-smart-gateway.dtb \
  /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
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/external/bsd/dhcpcd/dist/src/
route.c 269 char dest[INET_MAX_ADDRSTRLEN], gateway[INET_MAX_ADDRSTRLEN]; local
279 sa_addrtop(&rt->rt_gateway, gateway, sizeof(gateway));
289 ifname, cmd, dest, gateway);
296 ifname, cmd, gateway);
306 dest, prefix, gateway);
575 * Don't install a gateway if not asked to.
625 /* Reject routes have a gateway, non reject routes don't.
ipv4.c 339 /* If configured, install a gateway to the desintion
383 struct sockaddr_in *dest, *netmask, *gateway; local
402 gateway = satosin(&rt->rt_gateway);
412 cp = (const char *)&gateway->sin_addr.s_addr;
443 gateway->sin_addr.s_addr = INADDR_ANY;
460 sa_in_init(&rth->rt_dest, &gateway->sin_addr);
dhcp.c 408 struct in_addr dest, netmask, gateway; local
445 memcpy(&gateway.s_addr, p, 4);
453 sa_in_init(&rt->rt_gateway, &gateway);
570 struct in_addr dest, netmask, gateway; local
613 memcpy(&gateway.s_addr, p, sizeof(gateway.s_addr));
617 if (gateway.s_addr == INADDR_ANY)
623 * gateway match the destination or assigned address */
624 if (gateway.s_addr == dest.s_addr ||
625 (gateway.s_addr == bootp->yiaddr |
    [all...]
  /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/external/mpl/bind/include/dns/
rdatastruct.h 1254 struct in_addr in_addr; /* gateway type 1 */
1255 struct in6_addr in6_addr; /* gateway type 2 */
1256 dns_name_t gateway; /* gateway type 3 */ member in struct:dns_rdata_ipseckey
2242 struct in_addr in_addr; /* gateway type 1 */
2243 struct in6_addr in6_addr; /* gateway type 2 */
2244 dns_name_t gateway; /* gateway type 3 */ member in struct:dns_rdata_amtrelay
2245 unsigned char *data; /* gateway type > 3 */

Completed in 111 milliseconds

1 2