Home | History | Annotate | Download | only in route6d

Lines Matching defs:MALLOC

266 #define	MALLOC(type)	(malloc(sizeof(type)))
345 if ((ripbuf = malloc(RIP6_MAXMTU)) == NULL)
346 fatal("malloc");
377 if ((ripbuf = malloc(RIP6_MAXMTU)) == NULL) {
378 fatal("malloc");
1206 if ((rrt = MALLOC(struct riprt)) == NULL) {
1207 fatal("malloc: struct riprt");
1333 if ((ifcp = MALLOC(struct ifc)) == NULL) {
1334 fatal("malloc: struct ifc");
1403 if ((ifa = MALLOC(struct ifac)) == NULL) {
1404 fatal("malloc: struct ifac");
1930 if ((rrt = MALLOC(struct riprt)) == NULL)
1931 fatal("malloc: struct riprt");
2087 if ((rrt = MALLOC(struct riprt)) == NULL) {
2088 fatal("malloc: struct riprt");
2191 if ((buf = malloc(msize)) == NULL) {
2192 fatal("malloc");
2375 if ((buf = malloc(msize)) == NULL) {
2376 errmsg = "malloc";
2461 if ((rrt = MALLOC(struct riprt)) == NULL) {
2462 fatal("malloc: struct riprt");
2900 iff_obj = malloc(sizeof(struct iff));
2902 fatal("malloc of iff_obj");
2917 rrt = malloc(sizeof(struct riprt));
2919 fatal("malloc: rrt");
3213 index2ifc = malloc
3215 fatal("malloc");