Home | History | Annotate | Download | only in libipsec

Lines Matching refs:sadb_msg

383 	struct sadb_msg *newmsg;
415 /* create new sadb_msg to send. */
416 len = sizeof(struct sadb_msg)
428 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
575 struct sadb_msg *newmsg;
602 /* create new sadb_msg to reply. */
603 len = sizeof(struct sadb_msg)
609 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
718 struct sadb_msg *newmsg;
755 struct sadb_msg *msg;
771 p += sizeof(struct sadb_msg);
1136 struct sadb_msg *newmsg;
1168 /* create new sadb_msg to reply. */
1169 len = sizeof(struct sadb_msg)
1176 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1218 struct sadb_msg *newmsg;
1289 /* create new sadb_msg to reply. */
1290 len = sizeof(struct sadb_msg)
1339 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1495 struct sadb_msg *newmsg;
1522 /* create new sadb_msg to reply. */
1523 len = sizeof(struct sadb_msg)
1530 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1580 struct sadb_msg *newmsg;
1609 /* create new sadb_msg to send. */
1610 len = sizeof(struct sadb_msg);
1612 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1648 struct sadb_msg *newmsg;
1680 /* create new sadb_msg to reply. */
1681 len = sizeof(struct sadb_msg)
1689 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1737 struct sadb_msg *newmsg;
1743 /* create new sadb_msg to reply. */
1744 len = sizeof(struct sadb_msg)
1747 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1831 * receive sadb_msg data, and return pointer to new buffer allocated.
1835 * others : a pointer to sadb_msg structure.
1839 struct sadb_msg *
1843 struct sadb_msg buf, *newmsg;
1861 if ((newmsg = CALLOC((size_t)reallen, struct sadb_msg *)) == 0) {
1900 struct sadb_msg *msg;
1928 struct sadb_msg *msg;
1953 p += sizeof(struct sadb_msg);
2027 * check basic usage for sadb_msg,
2041 struct sadb_msg *msg;
2158 * set data into sadb_msg.
2170 struct sadb_msg *p;
2174 len = sizeof(struct sadb_msg);