Changeset 7262f89 in mainline for uspace/srv/net/dnsres/dns_msg.h


Ignore:
Timestamp:
2013-04-20T10:42:13Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dc95342
Parents:
f1dcf6d
Message:

Construct domain names, fix some bugs. Parse answer, print resulting hostname and IP address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/dnsres/dns_msg.h

    rf1dcf6d r7262f89  
    4545extern int dns_message_encode(dns_message_t *, void **, size_t *);
    4646extern int dns_message_decode(void *, size_t, dns_message_t **);
     47extern uint32_t dns_uint32_t_decode(uint8_t *, size_t);
    4748
    4849#endif
Note: See TracChangeset for help on using the changeset viewer.