Searched refs:PortList (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
H A D | 0003-Fix-off-by-one-overflow-in-the-IP-protocol-table.patch | 36 @@ -480,7 +480,7 @@ void PortList::setPortState(u16 portno, u8 protocol, int state, int *oldstate) { 45 @@ -566,7 +566,7 @@ Port *PortList::nextPort(const Port *cur, Port *next, 54 @@ -615,7 +615,7 @@ void PortList::mapPort(u16 *portno, u8 *protocol) const { 63 @@ -713,7 +713,7 @@ int PortList::port_list_count[PORTLIST_PROTO_MAX]; 65 void PortList::initializePortMap(int protocol, u16 *ports, int portcount) {
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sharedbuffer_configuration.py | 375 class PortList(list): class 381 ports = PortList()
|