tag | line | file | source code |
usat | 1518 | net/appletalk/ddp.c | struct sockaddr_at *usat=(struct sockaddr_at *)msg->msg_name; |
usat | 1534 | net/appletalk/ddp.c | if(usat) |
usat | 1543 | net/appletalk/ddp.c | if(msg->msg_namelen <sizeof(*usat)) |
usat | 1545 | net/appletalk/ddp.c | if(usat->sat_family != AF_APPLETALK) |
usat | 1548 | net/appletalk/ddp.c | if(usat->sat_addr.s_node==ATADDR_BCAST && !sk->broadcast) |
usat | 1556 | net/appletalk/ddp.c | usat=&local_satalk; |
usat | 1557 | net/appletalk/ddp.c | usat->sat_family=AF_APPLETALK; |
usat | 1558 | net/appletalk/ddp.c | usat->sat_port=sk->protinfo.af_at.dest_port; |
usat | 1559 | net/appletalk/ddp.c | usat->sat_addr.s_node=sk->protinfo.af_at.dest_node; |
usat | 1560 | net/appletalk/ddp.c | usat->sat_addr.s_net=sk->protinfo.af_at.dest_net; |
usat | 1570 | net/appletalk/ddp.c | if(usat->sat_addr.s_net!=0 || usat->sat_addr.s_node == ATADDR_ANYNODE) |
usat | 1572 | net/appletalk/ddp.c | rt=atrtr_find(&usat->sat_addr); |
usat | 1619 | net/appletalk/ddp.c | ddp->deh_dnet=usat->sat_addr.s_net; |
usat | 1621 | net/appletalk/ddp.c | ddp->deh_dnode=usat->sat_addr.s_node; |
usat | 1623 | net/appletalk/ddp.c | ddp->deh_dport=usat->sat_port; |
usat | 1661 | net/appletalk/ddp.c | if(aarp_send_ddp(dev,skb2,&usat->sat_addr, NULL)==-1) |
usat | 1689 | net/appletalk/ddp.c | usat = &gsat; |
usat | 1692 | net/appletalk/ddp.c | if(aarp_send_ddp(dev,skb,&usat->sat_addr, NULL)==-1) |