~henrik-ziegeldorf/hipl/pisa

« back to all changes in this revision

Viewing changes to lib/core/protodefs.h

  • Committer: Henrik Ziegeldorf
  • Date: 2011-11-15 08:47:07 UTC
  • Revision ID: henrik.ziegeldorf@rwth-aachen.de-20111115084707-nfkgp8k1m2vemse8
Applied patch by Christoph Viethen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
990
990
} __attribute__ ((packed));
991
991
 
992
992
struct hip_cert_x509_req {
993
 
    hip_tlv         type;
994
 
    hip_tlv_len     length;
995
 
    struct in6_addr addr;
 
993
    hip_tlv     type;
 
994
    hip_tlv_len length;
 
995
    hip_hit_t   addr;
996
996
} __attribute__ ((packed));
997
997
 
998
998
struct hip_cert_x509_resp {
999
999
    hip_tlv       type;
1000
1000
    hip_tlv_len   length;
1001
1001
    unsigned char der[1024];
1002
 
    int           der_len;
 
1002
    uint32_t      der_len;
1003
1003
} __attribute__ ((packed));
1004
1004
 
1005
1005
struct hip_transformation_order {