• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/

Lines Matching refs:ext

71 static void kdebug_sadb_x_policy __P((struct sadb_ext *ext));
91 struct sadb_ext *ext;
106 ext = (struct sadb_ext *)((caddr_t)base + sizeof(struct sadb_msg));
110 ext->sadb_ext_len, ext->sadb_ext_type);
112 if (ext->sadb_ext_len == 0) {
116 if (ext->sadb_ext_len > tlen) {
121 switch (ext->sadb_ext_type) {
123 kdebug_sadb_sa(ext);
128 kdebug_sadb_lifetime(ext);
133 kdebug_sadb_address(ext);
137 kdebug_sadb_key(ext);
141 kdebug_sadb_identity(ext);
146 kdebug_sadb_prop(ext);
150 kdebug_sadb_supported(ext);
156 kdebug_sadb_x_policy(ext);
159 kdebug_sadb_x_sa2(ext);
163 ext->sadb_ext_type);
167 extlen = PFKEY_UNUNIT64(ext->sadb_ext_len);
169 ext = (struct sadb_ext *)((caddr_t)ext + extlen);
176 kdebug_sadb_prop(ext)
177 struct sadb_ext *ext;
179 struct sadb_prop *prop = (struct sadb_prop *)ext;
184 if (ext == NULL)
226 kdebug_sadb_identity(ext)
227 struct sadb_ext *ext;
229 struct sadb_ident *id = (struct sadb_ident *)ext;
233 if (ext == NULL)
269 kdebug_sadb_supported(ext)
270 struct sadb_ext *ext;
272 struct sadb_supported *sup = (struct sadb_supported *)ext;
277 if (ext == NULL)
296 kdebug_sadb_lifetime(ext)
297 struct sadb_ext *ext;
299 struct sadb_lifetime *lft = (struct sadb_lifetime *)ext;
302 if (ext == NULL)
316 kdebug_sadb_sa(ext)
317 struct sadb_ext *ext;
319 struct sadb_sa *sa = (struct sadb_sa *)ext;
322 if (ext == NULL)
335 kdebug_sadb_address(ext)
336 struct sadb_ext *ext;
338 struct sadb_address *addr = (struct sadb_address *)ext;
341 if (ext == NULL)
349 kdebug_sockaddr((struct sockaddr *)((caddr_t)ext + sizeof(*addr)));
355 kdebug_sadb_key(ext)
356 struct sadb_ext *ext;
358 struct sadb_key *key = (struct sadb_key *)ext;
361 if (ext == NULL)
383 kdebug_sadb_x_sa2(ext)
384 struct sadb_ext *ext;
386 struct sadb_x_sa2 *sa2 = (struct sadb_x_sa2 *)ext;
389 if (ext == NULL)
402 kdebug_sadb_x_policy(ext)
403 struct sadb_ext *ext;
405 struct sadb_x_policy *xpl = (struct sadb_x_policy *)ext;
409 if (ext == NULL)