• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netkey/

Lines Matching defs:new

150 static int key_preferred_oldsa = 0;	/* preferred old sa rather than new sa.*/
286 /* perfered old SA rather than new SA */
393 u_long getspi_count; /* the avarage of count to try to get new SPI */
922 /* prefered new sa rather than old sa */
1292 /* prefered new sa rather than old sa */
1717 /* allocate new reqid id if reqid is zero. */
2082 /* allocation new SP entry */
2190 /* create new sadb_msg to reply. */
2233 * get new policy id.
2352 /* create new sadb_msg to reply. */
2419 /* create new sadb_msg to reply. */
2565 /* make new entry for blocking to send SADB_ACQUIRE. */
2574 /* create new sadb_msg to reply. */
2937 * allocating a memory for new SA head, and copy from the values of mhp.
2939 * others : pointer to new SA head.
3051 * allocating a new SA with LARVAL state. key_add() and key_getspi() call,
3052 * and copy the values of mhp into new buffer.
3058 * others : pointer to new secasvar.
4221 * copy a buffer into the new buffer allocated.
4228 caddr_t new;
4231 KMALLOC_NOWAIT(new, caddr_t, len);
4232 if (new == NULL) {
4234 KMALLOC_WAIT(new, caddr_t, len);
4236 if (new == NULL) {
4241 bcopy(src, new, len);
4243 return new;
4816 * when new SA is installed. Caution when it's
5258 /* create a new SA index */
5266 /* get a new SA */
5270 /* XXX don't free new SA index allocated in above. */
5300 /* create new sadb_msg to reply. */
5364 * allocating new SPI
5744 /* create a new SA header */
5760 /* create new SA entry. */
5761 /* We can create new SA only if SPI is different. */
5912 /* create new sadb_msg to reply. */
6034 /* create new sadb_msg to reply. */
6115 /* create new sadb_msg to reply. */
6223 /* create new sadb_msg to reply. */
6550 /* make new entry for blocking to send SADB_ACQUIRE. */
6701 /* get new entry */
6764 /* get new entry */
7001 /* create new sadb_msg to reply. */