Home
last modified time | relevance | path

Searched refs:rip_block_auth (Results 1 – 2 of 2) sorted by relevance

/dports/net/bird/bird-1.6.8/proto/rip/
H A Dpackets.c55 struct rip_block_auth struct
197 struct rip_block_auth *auth = (void *) (pkt + 1); in rip_fill_authentication()
204 memset(auth, 0, sizeof(struct rip_block_auth)); in rip_fill_authentication()
268 struct rip_block_auth *auth = (void *) (pkt + 1); in rip_check_authentication()
275 if ((*plen >= (sizeof(struct rip_packet) + sizeof(struct rip_block_auth))) && in rip_check_authentication()
/dports/net/bird2/bird-2.0.8/proto/rip/
H A Dpackets.c71 struct rip_block_auth struct
140 static inline struct rip_block_auth *
261 struct rip_block_auth *auth = rip_get_auth_block(ifa, pkt); in rip_fill_authentication()
268 memset(auth, 0, sizeof(struct rip_block_auth)); in rip_fill_authentication()
332 struct rip_block_auth *auth = (void *) ((byte *) pkt + hdr_len); in rip_check_authentication()
339 if ((*plen >= (hdr_len + sizeof(struct rip_block_auth))) && in rip_check_authentication()