Lines Matching defs:gateway
82 ipaddr_t mask, ipaddr_t gateway, ipaddr_t src_addr, ipaddr_t brd_addr,
365 * the destination, gateway and netmask and return the appropriate error
480 /* if we are adding a route, gateway is a must */
597 /* if we are deleting a route, gateway is a must */
628 * searched recursively. Also, if a gateway was
629 * specified then the gateway address must also be matched.
631 * In the case of RTM_CHANGE, the gateway address (if supplied)
632 * is the new gateway address so matching on the gateway address
640 * gateway routes), then a RTA_IFP sockaddr will be of no use as
681 * Do not want to change the gateway,
770 * in metrics or gateway will not affect existing
999 * ire_route_recursive can't match gateway or mask thus if they are
1024 /* Look for an interface ire recursively based on the gateway */
1083 * ire_route_recursive can't match gateway or mask thus if they are
1305 * We set the destination address, gateway address,
1309 * recursive search, use that IRE's gateway address.
1311 * gateway address.
1465 * On a given ill, the tuple of address, gateway, mask,
1715 ipaddr_t gateway, ipaddr_t src_addr, ipaddr_t brd_addr, ipaddr_t author,
1750 sin->sin_addr.s_addr = gateway;