/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 95 to.sin_addr.s_addr = htonl(INADDR_BROADCAST); in whoami() 283 to.sin_addr.s_addr = htonl(INADDR_BROADCAST); in getfile()
|
H A D | rpc.c | 434 ntohl(INADDR_BROADCAST)) in brpc_call()
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 347 if (ntohl(dest->s_addr) == INADDR_BROADCAST) { in inet() 610 t_server.s_addr = htonl(INADDR_BROADCAST); in dhcp_decline() 621 nets.s_addr = htonl(INADDR_BROADCAST); in dhcp_decline() 698 nets.s_addr = INADDR_BROADCAST; in dhcp_selecting() 826 nets.s_addr = INADDR_BROADCAST; in dhcp_requesting()
|
H A D | ibd.c | 519 if (ipdst.s_addr == htonl(INADDR_BROADCAST)) in ibd_output() 527 if (mask.s_addr != htonl(INADDR_BROADCAST) && in ibd_output()
|
H A D | ethernet.c | 533 if (ipdst.s_addr == htonl(INADDR_BROADCAST)) in ether_output() 548 if (mask.s_addr != htonl(INADDR_BROADCAST) && in ether_output()
|
H A D | ipv4.c | 755 if (ipdst.s_addr != htonl(INADDR_BROADCAST) && in ipv4_input() 1026 if (iphp->ip_dst.s_addr == htonl(INADDR_BROADCAST) || in ipv4_output() 1027 (netmask.s_addr != htonl(INADDR_BROADCAST) && in ipv4_output()
|
/titanic_41/usr/src/lib/libbc/inc/include/netinet/ |
H A D | in.h | 167 #define INADDR_BROADCAST (u_long)0xffffffff /* must be masked */ macro
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | nbns_rq.c | 554 if (ina == INADDR_BROADCAST) { in nbns_rq_send() 568 if (ina == INADDR_BROADCAST) { in nbns_rq_send() 634 error = nbns_rq_send(rqp, INADDR_BROADCAST); in nbns_rq()
|
H A D | nb.c | 194 if (ctx->nb_wins1 == INADDR_BROADCAST) { in nb_ctx_setns()
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | select.c | 227 (void) send_pkt(dsmp, dpkt, htonl(INADDR_BROADCAST), in dhcp_selecting()
|
H A D | init_reboot.c | 108 (void) send_pkt(dsmp, dpkt, htonl(INADDR_BROADCAST), stop_init_reboot); in dhcp_init_reboot_v4()
|
H A D | release.c | 122 (void) send_pkt(dsmp, dpkt, htonl(INADDR_BROADCAST), NULL); in send_declines()
|
H A D | renew.c | 208 IN6_IPADDR_TO_V4MAPPED(htonl(INADDR_BROADCAST), in dhcp_rebind()
|
H A D | states.c | 225 IN6_IPADDR_TO_V4MAPPED(htonl(INADDR_BROADCAST), in insert_smach() 1227 IN6_IPADDR_TO_V4MAPPED(htonl(INADDR_BROADCAST), in reset_smach()
|
H A D | request.c | 334 (void) send_pkt(dsmp, dpkt, htonl(INADDR_BROADCAST), in dhcp_requesting()
|
/titanic_41/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ipv4.c | 101 return ((CLASSD(*ipaddr) || (*ipaddr == INADDR_BROADCAST)) ? in mac_ipv4_unicst_verify()
|
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_subr.c | 248 if (addr == INADDR_BROADCAST) { in bootparamproc_getfile_1()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_ipaddr.c | 111 if (ipaddr->s_addr == htonl(INADDR_BROADCAST))
|
/titanic_41/usr/src/uts/common/inet/kifconf/ |
H A D | kifconf.c | 121 if (mybraddr->s_addr != INADDR_BROADCAST) { in kdlifconfig()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipaddr.c | 105 if (ipaddr.s_addr == htonl(INADDR_BROADCAST)) in iplookup()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 663 htonl(INADDR_BROADCAST); in whoami() 1093 braddr.s_addr = htonl(INADDR_BROADCAST); in dhcpinit() 1325 if (mybraddr->s_addr != INADDR_BROADCAST) { in dlifconfig() 2139 my_broadcast.s_addr = INADDR_BROADCAST; in bp_netconfig()
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_conn.c | 383 (sin->sin_addr.s_addr == INADDR_BROADCAST)) { in sctp_connect()
|
/titanic_41/usr/src/uts/common/inet/ilb/ |
H A D | ilb.c | 565 CLASSD(v4_addr1) || v4_addr1 == INADDR_BROADCAST || in ilb_rule_add() 576 v4_addr1 == INADDR_BROADCAST || in ilb_rule_add() 577 v4_addr2 == INADDR_BROADCAST || in ilb_rule_add()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rtquery.c | 183 OMSG.rip_nets[0].n_mask = INADDR_BROADCAST; in main()
|
/titanic_41/usr/src/uts/common/netinet/ |
H A D | in.h | 360 #define INADDR_BROADCAST 0xffffffffU /* must be masked */ macro
|