Changes in uspace/srv/net/il/arp/arp.c [5fe7692:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/arp/arp.c
r5fe7692 r79ae36dd 845 845 846 846 *count = 0; 847 848 if (!IPC_GET_IMETHOD(*call)) 849 return EOK; 850 847 851 switch (IPC_GET_IMETHOD(*call)) { 848 case IPC_M_PHONE_HUNGUP:849 return EOK;850 851 852 case NET_ARP_DEVICE: 852 853 rc = measured_strings_receive(&address, &data, 1);
Note:
See TracChangeset
for help on using the changeset viewer.