HomeSort by: relevance | last modified time | path
    Searched refs:netauth (Results 1 - 5 of 5) sorted by relevancy

  /src/include/protocols/
routed.h 89 struct netauth { struct
105 #define RIP_AUTH_MD5_HASH_XTRA (sizeof(struct netauth)-sizeof(struct a_md5))
118 struct netauth ru_auth[1];
  /src/sbin/routed/
output.c 268 struct netauth *na;
279 na = (struct netauth*)wb->n;
302 struct netauth *na, *na2;
307 na = (struct netauth*)wb->base;
308 na2 = (struct netauth*)wb->n;
input.c 944 struct netauth *na2;
986 na2 = (struct netauth *)((char *)rip+len);
trace.c 895 # define NA ((struct netauth*)n)
  /src/sbin/routed/rtquery/
rtquery.c 375 struct netauth *na = OMSG.rip_auths;
626 struct netauth *na;
729 na = (struct netauth*)n;

Completed in 15 milliseconds