Home | History | Annotate | Download | only in ifconfig

Lines Matching defs:pif

522 	const struct piface *pif = (const struct piface *)p;
535 if (match_setenv(im, om, pif->pif_key, o) == -1)
727 struct piface *pif;
729 if ((pif = calloc(sizeof(*pif), 1)) == NULL)
732 pif->pif_parser.p_methods = &piface_methods;
733 pif->pif_parser.p_exec = pexec;
734 pif->pif_parser.p_name = name;
735 pif->pif_parser.p_nextparser = defnext;
737 pif->pif_key = defkey;
739 return pif;