| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | bootp.c | 305 memcpy (&raw.siaddr, d1.data, 4); 310 raw.siaddr = 313 raw.siaddr = packet->interface->addresses[0];
|
| H A D | dhcpleasequery.c | 165 struct in_addr siaddr; in dhcpleasequery() local 622 get_server_source_address(&siaddr, options, options, packet); in dhcpleasequery() 711 siaddr, in dhcpleasequery()
|
| H A D | dhcp.c | 1632 memcpy (&raw.siaddr, d1.data, 4); 3411 memset (&state -> siaddr, 0, sizeof state -> siaddr); 3422 memcpy (&state -> siaddr, d1.data, 4); 3984 raw.siaddr = state -> siaddr; 4092 packet_length, raw.siaddr, &to, 4130 packet_length, raw.siaddr, &to,
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | bootp_subr.c | 130 struct in_addr siaddr; member 261 const struct in_addr *siaddr); 867 print_in_addr(gctx->reply.siaddr); in bootpc_call() 1121 const struct in_addr *siaddr) in setmyfs() argument 1125 if (siaddr != NULL && *p == '/') in setmyfs() 1126 bcopy(siaddr, &addr->sin_addr, sizeof(struct in_addr)); in setmyfs() 1438 print_in_addr(ifctx->reply.siaddr); in bootpc_decode_reply() 1518 nd->root_hostnam, p, &ifctx->reply.siaddr)) { in bootpc_decode_reply()
|
| /netbsd-src/usr.sbin/bootp/bootpd/ |
| H A D | bootpd.c | 1061 struct in_addr siaddr; in sendreply() local 1075 siaddr = sip->sin_addr; in sendreply() 1078 siaddr = my_ip_addr; in sendreply() 1084 bp->bp_siaddr = siaddr; in sendreply()
|
| H A D | Announce.old | 11 "server address." Formerly, the 'siaddr' field of the BOOTREPLY was
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcp.h | 59 struct in_addr siaddr; /* 18: IP address of next server to talk to */ member
|
| H A D | dhcpd.h | 677 struct in_addr siaddr; member
|
| /netbsd-src/usr.bin/rump_dhcpclient/ |
| H A D | dhcp.h | 148 uint32_t siaddr; /* should be zero in client's messages */ member
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | dhcp.h | 162 uint32_t siaddr; /* should be zero in client's messages */ member
|
| /netbsd-src/external/mpl/dhcp/dist/client/ |
| H A D | dhclient.c | 2380 lease->next_srv_addr.len = sizeof(packet->raw->siaddr); 2381 memcpy(lease->next_srv_addr.iabuf, &packet->raw->siaddr, 3547 memset (&(client -> packet.siaddr), 3548 0, sizeof client -> packet.siaddr); 3631 memset (&client -> packet.siaddr, 0, 3632 sizeof client -> packet.siaddr); 3696 memset (&client -> packet.siaddr, 0, 3697 sizeof client -> packet.siaddr); 3753 memset (&client -> packet.siaddr, 0, 3754 sizeof client -> packet.siaddr);
|
| /netbsd-src/sys/arch/shark/ofw/ |
| H A D | ofw.c | 463 bdp->root_ip = bdp->dhcp_packet.siaddr; in get_fw_dhcp_data() 465 bdp->swap_ip = bdp->dhcp_packet.siaddr; in get_fw_dhcp_data()
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | print.c | 268 log_debug ("siaddr = %s", inet_ntoa (tdp -> siaddr));
|
| /netbsd-src/external/mpl/dhcp/dist/ |
| H A D | RELNOTES | 1157 - Leave the siaddr field clear when sending a NACK as per RFC 2131 3813 - The siaddr field was being improperly set to the server-identifier when 3814 responding to DHCP messages. RFC2131 clarified the siaddr field as 3816 The siaddr field is now left zeroed unless next-server is configured.
|