Searched refs:pep (Results 1 – 3 of 3) sorted by relevance
343 struct protoent *pep; in cisco_rcvdata() local352 if (pep->af == 0xffff) in cisco_rcvdata()368 switch (pep->af) { in cisco_rcvdata()418 struct protoent *pep; in cisco_disconnect() local422 pep->hook = NULL; in cisco_disconnect()443 struct protoent *pep; in cisco_input() local543 pep = &sc->inet; in cisco_input()546 pep = &sc->inet6; in cisco_input()549 pep = &sc->atalk; in cisco_input()552 pep = &sc->ipx; in cisco_input()[all …]
121 struct atm_exstatus_ep **pep, struct atm_exstatus_port **pport, in cc_get_extended_status() argument155 *pep = CCMALLOC(sizeof(**pep) * status->neps); in cc_get_extended_status()160 if (*pep == NULL || *pport == NULL || in cc_get_extended_status()162 CCFREE(*pep); in cc_get_extended_status()169 eep = *pep; in cc_get_extended_status()
792 `PEP8 (Style Guide for Python Code) <https://www.python.org/dev/peps/pep-0008/>`_.