Searched refs:clnp_opt_sanity (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dclnp_options.c256 if ((clnp_opt_sanity(*data, mtod(*data, void *), (*data)->m_len,
271 * FUNCTION: clnp_opt_sanity
287 clnp_opt_sanity( function
304 printf("clnp_opt_sanity: checking %d bytes of data:\n", len);
330 printf("clnp_opt_sanity: opcode is %x and oplen %d\n",
332 printf("clnp_opt_sanity: clnpoval_SRCRT is %x\n", CLNPOVAL_SRCRT);
405 printf("clnp_opt_sanity: SRC RT\n");
456 printf("clnp_opt_sanity: end of src route info\n");
559 printf("clnp_opt_sanity: UNKNOWN OPTION 0x%x\n", opcode);
568 printf("clnp_opt_sanity
[all...]
H A Dclnp_raw.c253 (void) clnp_opt_sanity(rp->risop_isop.isop_options,
H A Dclnp.h507 int clnp_opt_sanity (struct mbuf *, void *, int, struct clnp_optidx *);
H A Dclnp_input.c437 * process options if present. If clnp_opt_sanity returns
446 errcode = clnp_opt_sanity(m, hoff, hend - hoff, oidxp);

Completed in 186 milliseconds