Home | History | Annotate | Download | only in pppd

Lines Matching defs:wins

95 static bool usepeerwins;		/* Ask peer for WINS addrs */
183 { "ms-wins", o_special, (void *)setwinsaddr,
226 "Ask peer for WINS address(es)", 1 },
389 * setwinsaddr - set the wins address(es)
391 * the caller to the existing WINS server on a Windows NT platform.
396 u_int32_t wins;
399 wins = inet_addr(*argv);
400 if (wins == (u_int32_t) -1) {
402 ppp_option_error("invalid address parameter '%s' for ms-wins option",
406 wins = *(u_int32_t *)hp->h_addr;
413 ipcp_allowoptions[0].winsaddr[0] = wins;
418 ipcp_allowoptions[0].winsaddr[1] = wins;
706 wo->req_wins1 = usepeerwins; /* Request WINS addresses from the peer */
1601 /* Microsoft primary or secondary WINS request */
1604 /* If we do not have a WINS address then we cannot send it */
2278 printer(arg, "ms-wins %I", htonl(cilong));