Lines Matching refs:network
131 { "ipx-network", o_uint32, &ipxcp_wantoptions[0].our_network,
132 "Set our IPX network number", OPT_PRIO, &ipxcp_wantoptions[0].neg_nn },
134 { "ipxcp-accept-network", o_bool, &ipxcp_wantoptions[0].accept_network,
135 "Accept peer IPX network number", 1,
209 #define CILEN_NETN 6 /* network number length option */
247 * Make a string representation of a network IP address.
396 wo->network = 0;
1034 * The network number must match. Choose the larger of the two.
1037 /* if we wont negotiate the network number or the length is wrong
1045 /* If the network numbers match then acknowledge them. */
1052 * If the network number is not given or we don't accept their change or
1053 * the network number is too small then NAK it.
1063 * The peer sent '0' for the network. Give it ours if we have one.
1100 * If you have given me the expected network node number then I'll accept
1289 * Configure the IP network interface appropriately and bring it up.
1307 /* Fetch the network number */
1325 go->network = go->our_network;
1326 if (ho->his_network != 0 && ho->his_network > go->network)
1327 go->network = ho->his_network;
1329 if (go->network == 0) {
1330 static char errmsg[] = "Can not determine network number";
1346 /* set the network number for IPX */
1347 if (!sipxfaddr(unit, go->network
1367 * Take the IP network interface down, clear its addresses
1441 strlcpy (strnetwork, ipx_ntoa (go->network), sizeof(strnetwork));
1520 printer (arg, "network %s", ipx_ntoa (cilong));